Add git fi alias

This commit is contained in:
Maximilian Friedersdorff 2024-10-01 10:36:25 +01:00
parent 278b6de3ae
commit 712ea3171b

View file

@ -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]