e.g. alias gc_ = 'git commit --amend -> alias gc! = 'git commit --amend
alias gc_ = 'git commit --amend
alias gc! = 'git commit --amend
This will create a new commit in order to revert the existing changes.