Fix a mingw error with git

This commit is contained in:
Michael Campagnaro 2017-10-10 19:49:48 -04:00
parent 9d8406733d
commit 75bc9350af

View File

@ -137,6 +137,10 @@ function gitCmdWrapper {
fi
}
# Fix a weird mingw 'not a valid identifierline' error.
# Got the fix from https://github.com/Alexpux/MSYS2-packages/issues/735#issuecomment-328938800
alias git="PATH=/usr/bin git"
alias am='git commit --amend'
alias ama='git commit --amend -C head --author'
alias ams='git commit -S --amend' # signed