Update mergetest git alias

This commit is contained in:
Marko Korhonen 2021-11-02 10:20:28 +02:00
parent 7bac1e6387
commit e60da2386e

View file

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