From 3ea614cc214c6ff62923c3b8b1820cde2f0e2002 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Thu, 12 Aug 2021 09:37:45 +0300 Subject: [PATCH] Add push to git mergetest alias --- home/.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.gitconfig b/home/.gitconfig index 2a49244e..7e7a12ee 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -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