Update mergetest git alias
This commit is contained in:
parent
3b085c6187
commit
143a3c0e85
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
rebase = merges
|
rebase = merges
|
||||||
|
|
||||||
[alias]
|
[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]
|
[color]
|
||||||
pager = no
|
pager = no
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue