Git: add upstream alias
This commit is contained in:
parent
ff359ffee9
commit
785ab635d0
2 changed files with 2 additions and 1 deletions
|
@ -38,6 +38,7 @@
|
|||
|
||||
[alias]
|
||||
mergetest = !git switch test && git pull && git merge --no-ff -m \"Merge $1 features to test\" $1
|
||||
upstream = !git push -u origin HEAD
|
||||
|
||||
[color]
|
||||
pager = no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue