Skip to content

Commit

Permalink
adding a git commit --amend --no-edit alias
Browse files Browse the repository at this point in the history
I sometimes want this, but not often enough that I can think of a good
alias name for it, especially one that doesn't conflict with `cia`.

I was considering `cane` (for Commit Amend No Edit), but for now I'm
going with `atc`, (for Add To Commit).
  • Loading branch information
ymendel committed Mar 11, 2015
1 parent bc26735 commit 539cccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git/gitconfig.symlink
Expand Up @@ -8,6 +8,7 @@
ci = commit
cia = !git add --all && git commit --all
cie = commit --allow-empty
atc = commit --amend --no-edit
co = checkout
staged = diff --cached
pending = diff --cached
Expand Down

0 comments on commit 539cccf

Please sign in to comment.