Browse Source

git: add `git squash` alias

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

+ 1
- 0
files/.gitconfig

@ -17,6 +17,7 @@
tree = log --graph --decorate --pretty=oneline --abbrev-commit
amend = commit --amend --no-edit
fixup = commit --fixup
squash = commit --squash
autosquash = rebase -i --autosquash
[push]

Loading…
Cancel
Save