Add mergetest git alias

This commit is contained in:
Marko Korhonen 2021-08-10 11:31:19 +03:00
parent 57574537c8
commit 32e6a78a37

View file

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