Browse Source

git: add fixup and autosquash aliases

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

+ 2
- 0
files/.gitconfig

@ -15,6 +15,8 @@
cp = cherry-pick
ls = ls-files
tree = log --graph --decorate --pretty=oneline --abbrev-commit
fixup = commit --fixup
autosquash = rebase -i --autosquash
[push]
default = tracking

Loading…
Cancel
Save