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