Fix a mingw error with git
This commit is contained in:
parent
9d8406733d
commit
75bc9350af
4
aliases
4
aliases
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user