Fix changes alias in gitconfig
This commit is contained in:
parent
556e6ef696
commit
e7e5930fbd
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
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
|
||||
changes = git log $(git tag -l --sort=taggerdate | tail -n 1)..HEAD --pretty=format:"* %s" --no-merges --reverse
|
||||
changes = "!git log $(git tag -l --sort=taggerdate | tail -n 1)..HEAD --pretty=format:'* %s' --no-merges --reverse"
|
||||
[pull]
|
||||
rebase = false
|
||||
[sendemail]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue