Git: add upstream alias

This commit is contained in:
Marko Korhonen 2022-04-26 13:45:16 +03:00
parent ff359ffee9
commit 785ab635d0
2 changed files with 2 additions and 1 deletions

View file

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