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
1 changed files with 11 additions and 1 deletions

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