From 712ea3171b91556482323ab73974633b2d5fd393 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Tue, 1 Oct 2024 10:36:25 +0100 Subject: [PATCH] Add git fi alias --- home/dot_gitconfig.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/home/dot_gitconfig.tmpl b/home/dot_gitconfig.tmpl index 2441524..b6e9898 100644 --- a/home/dot_gitconfig.tmpl +++ b/home/dot_gitconfig.tmpl @@ -30,6 +30,7 @@ t = tag -s alias = "!req=$'\\033[0;31m=\\033[0m'; git config --get-regexp ^alias\\. | sed -e s/^alias\\.// -e \"s/\\ /\t$req\\ /\"" pa = !git remote | xargs -L1 git push --all + fi = flow finish --push --no-ff [pull] rebase = false [sendemail]