Git: add sync alias

main
Marko Korhonen 2 years ago
parent 2d993d6fbd
commit b7afca77a3

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

Loading…
Cancel
Save