Git: add sync alias

This commit is contained in:
Marko Korhonen 2022-06-09 10:29:43 +03:00
parent 2d993d6fbd
commit b7afca77a3

View file

@ -39,6 +39,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
sync = !git pull && git push
[color]
pager = no