A collection of useful git commands
CAUTION: git reset --hard will delete all local changes
Delete commit
| # %programfiles%\Git\etc\profile.d\git-prompt.sh | |
| if test -f /etc/profile.d/git-sdk.sh | |
| then | |
| TITLEPREFIX=SDK-${MSYSTEM#MINGW} | |
| fi | |
| if test -f ~/.config/git/git-prompt.sh | |
| then | |
| . ~/.config/git/git-prompt.sh |