mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
add suport for "stat", this is an svn look-a-like
This commit is contained in:
parent
1187b7cd88
commit
aa4cc51463
1 changed files with 6 additions and 5 deletions
11
gitconfig
11
gitconfig
|
@ -1,9 +1,10 @@
|
||||||
[alias]
|
[alias]
|
||||||
co = checkout
|
co = checkout
|
||||||
ci = commit
|
ci = commit
|
||||||
st = status
|
st = status
|
||||||
di = diff --color-words
|
stat = status
|
||||||
up = pull
|
di = diff --color-words
|
||||||
|
up = pull
|
||||||
[color]
|
[color]
|
||||||
diff = auto
|
diff = auto
|
||||||
status = auto
|
status = auto
|
||||||
|
|
Loading…
Add table
Reference in a new issue