git: Add pr alias which fetches a specific github pull request
Used like `g pr 1234` to create local pr/1234 branch.
This commit is contained in:
parent
43aefd2369
commit
98c54443e9
1 changed files with 5 additions and 3 deletions
|
|
@ -36,6 +36,8 @@
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true # sign commits as me
|
gpgsign = true # sign commits as me
|
||||||
verbose = true # Always show diff when preparing commit message
|
verbose = true # Always show diff when preparing commit message
|
||||||
|
[tag]
|
||||||
|
gpgsign = true
|
||||||
[fetch]
|
[fetch]
|
||||||
prune = true # remove references to non-existent remote branches
|
prune = true # remove references to non-existent remote branches
|
||||||
[pull]
|
[pull]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue