Add git fi alias
This commit is contained in:
parent
278b6de3ae
commit
712ea3171b
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
||||||
t = tag -s
|
t = tag -s
|
||||||
alias = "!req=$'\\033[0;31m=\\033[0m'; git config --get-regexp ^alias\\. | sed -e s/^alias\\.// -e \"s/\\ /\t$req\\ /\""
|
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
|
pa = !git remote | xargs -L1 git push --all
|
||||||
|
fi = flow finish --push --no-ff
|
||||||
[pull]
|
[pull]
|
||||||
rebase = false
|
rebase = false
|
||||||
[sendemail]
|
[sendemail]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue