Skip to content

Commit 5a17fe6

Browse files
authored
Merge pull request #2218 from bittner/patch-1
2 parents 8f6392d + 160efd2 commit 5a17fe6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

aliases/available/git.aliases.bash

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ alias gca='git commit -v -a'
3333
alias gcaa='git commit -a --amend -C HEAD' # Add uncommitted and unstaged changes to the last commit
3434
alias gcam='git commit -v -am'
3535
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'
3639
alias gcm='git commit -v -m'
3740
alias gci='git commit --interactive'
3841
alias gcsam='git commit -S -am'

0 commit comments

Comments
 (0)