From e60da2386e743954aba4d7c82f39adad0a91fe88 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Tue, 2 Nov 2021 10:20:28 +0200 Subject: [PATCH] Update mergetest git alias --- home/.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.gitconfig b/home/.gitconfig index 64e110d..ffa424f 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -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