mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Add GitHub PR fetching
This commit is contained in:
parent
51dd8f16dc
commit
4a22d3db7e
1 changed files with 1 additions and 0 deletions
|
|
@ -43,3 +43,4 @@
|
|||
lint = !git branch --merged | grep -v \"^\\s*master$\" | grep -v \"\\*\" | xargs -n 1 git branch -d
|
||||
modified = !git status --porcelain | perl -ne '/^M (.*)/ and print \"$1\\n\"'
|
||||
conflicts = !git status --porcelain | perl -ne '/^UU (.*)/ and print \"$1\\n\"'
|
||||
fetch-pr = !git fetch origin pull/${1}/head:pr/${1}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue