Browse Source

git: add `git amend` alias

Signed-off-by: Alejandro Mery <amery@geeks.cl>
master
Alejandro Mery 9 years ago
parent
commit
eadfe05f6d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      files/.gitconfig

+ 1
- 0
files/.gitconfig

@ -15,6 +15,7 @@
cp = cherry-pick
ls = ls-files
tree = log --graph --decorate --pretty=oneline --abbrev-commit
amend = commit --amend --no-edit
fixup = commit --fixup
autosquash = rebase -i --autosquash

Loading…
Cancel
Save