We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f6392d + 160efd2 commit 5a17fe6Copy full SHA for 5a17fe6
aliases/available/git.aliases.bash
@@ -33,6 +33,9 @@ alias gca='git commit -v -a'
33
alias gcaa='git commit -a --amend -C HEAD' # Add uncommitted and unstaged changes to the last commit
34
alias gcam='git commit -v -am'
35
alias gcamd='git commit --amend'
36
+alias gc!='git commit -v --amend'
37
+alias gca!='git commit -v -a --amend'
38
+alias gcn!='git commit -v --amend --no-edit'
39
alias gcm='git commit -v -m'
40
alias gci='git commit --interactive'
41
alias gcsam='git commit -S -am'
0 commit comments