mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
more commands like SVN
This commit is contained in:
parent
ffd1ef7d61
commit
9d92489bd4
1 changed files with 5 additions and 2 deletions
|
@ -1,10 +1,13 @@
|
|||
[alias]
|
||||
co = checkout
|
||||
ci = commit
|
||||
st = status
|
||||
stat = status
|
||||
co = checkout
|
||||
di = diff --color-words
|
||||
move = mv
|
||||
up = pull
|
||||
stat = status
|
||||
delete = rm
|
||||
export = archive
|
||||
[color]
|
||||
diff = auto
|
||||
status = auto
|
||||
|
|
Loading…
Add table
Reference in a new issue