Skip to content

Commit

Permalink
feature(git): add sync-fork for snycing forks
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnydgreen committed Feb 2, 2021
1 parent 1f65053 commit fabcc6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
feat=!sh -c 'gh pr create -l feature'
bug=!sh -c 'gh pr create -l bug'
release=!sh -c 'gh pr create -l release'
sync-fork=!sh -c 'git fetch upstream && git checkout master && git merge upstream/master'

[apply]
whitespace = nowarn
Expand Down

0 comments on commit fabcc6e

Please sign in to comment.