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:
Marty Oehme 2025-02-10 12:08:29 +01:00
parent 43aefd2369
commit 98c54443e9
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -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]