mirror of
https://github.com/vbatts/freezing-octo-hipster.git
synced 2024-11-25 08:15:39 +00:00
see-pr: update README
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
f774e31cc1
commit
01fc4d4fed
1 changed files with 11 additions and 1 deletions
|
@ -1,6 +1,16 @@
|
||||||
# see-pr
|
# 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
|
## Install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue