From bbad1c4253de48f3cdc3618243c4ba8ed2ef917a Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Tue, 10 Aug 2021 11:31:19 +0300 Subject: [PATCH] Add mergetest git alias --- home/.gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/.gitconfig b/home/.gitconfig index 16d6ce2d..2a49244e 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -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