1
0
Fork 0
mirror of https://github.com/vbatts/freezing-octo-hipster.git synced 2024-11-21 22:45:39 +00:00

see-pr: update README

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2020-05-22 10:23:06 -04:00
parent f774e31cc1
commit 01fc4d4fed
Signed by: vbatts
GPG key ID: 10937E57733F1362

View file

@ -1,6 +1,16 @@
# see-pr
Add the github PR refspec to a local git repo.
I personally like fetching the pull-request's of a project.
Makes it easier `tig pr/1234`, build it, etc.
This tool simply adds the github PR refspec to a local git repo.
```shell
cd $YourClonedRepo
see-pr
git fetch
git checkout pr/1234
```
## Install