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