Browse Source

gitconfig: add `git tree` alias

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

+ 2
- 0
files/.gitconfig

@ -14,6 +14,8 @@
st = status
cp = cherry-pick
ls = ls-files
tree = log --graph --decorate --pretty=oneline --abbrev-commit
[push]
default = tracking
[diff]

Loading…
Cancel
Save