- Added alias for tree view
This commit is contained in:
parent
df7956107d
commit
0cfa0541fb
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@
|
|||
autocrlf = input
|
||||
|
||||
[alias]
|
||||
tree = log --graph --decorate --pretty=raw --abbrev-commit
|
||||
tree = log --pretty=oneline --graph --decorate --all
|
||||
treefull = log --graph --decorate --pretty=raw --abbrev-commit
|
||||
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
|
||||
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
|
||||
diffpull = diff HEAD@{1}
|
||||
|
|
Loading…
Reference in a new issue