move git tree alias to all platforms
This commit is contained in:
parent
98e94462dd
commit
3efaab1630
2 changed files with 3 additions and 2 deletions
|
@ -9,3 +9,6 @@
|
||||||
default = simple
|
default = simple
|
||||||
[core]
|
[core]
|
||||||
pager = cat
|
pager = cat
|
||||||
|
[alias]
|
||||||
|
tree = log --oneline --decorate --all --graph -n 16
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,4 @@
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
autocrlf = true
|
autocrlf = true
|
||||||
[alias]
|
|
||||||
tree = log --oneline --decorate --all --graph -n 16
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue