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]
|
||||
co = checkout
|
||||
ci = commit
|
||||
st = status
|
||||
di = diff --color-words
|
||||
up = pull
|
||||
co = checkout
|
||||
ci = commit
|
||||
st = status
|
||||
stat = status
|
||||
di = diff --color-words
|
||||
up = pull
|
||||
[color]
|
||||
diff = auto
|
||||
status = auto
|
||||
|
|
Loading…
Add table
Reference in a new issue