Add push to git mergetest alias

This commit is contained in:
Marko Korhonen 2021-08-12 09:37:45 +03:00
parent 32e6a78a37
commit 029bd1e41f

View file

@ -35,4 +35,4 @@
rebase = merges
[alias]
mergetest = !git switch test && git pull && git merge --no-ff -m \"Merge $1 features to test\" $1
mergetest = !git switch test && git pull && git merge --no-ff -m \"Merge $1 features to test\" $1 && git push