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]