mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
24 lines
322 B
Text
24 lines
322 B
Text
[alias]
|
|
ci = commit
|
|
st = status
|
|
co = checkout
|
|
di = diff --color-words
|
|
move = mv
|
|
ren = mv
|
|
rename = mv
|
|
up = pull
|
|
stat = status
|
|
del = rm
|
|
delete = rm
|
|
remove = rm
|
|
export = archive
|
|
ann = blame
|
|
praise = blame
|
|
[color]
|
|
diff = auto
|
|
status = auto
|
|
branch = auto
|
|
[core]
|
|
pager =
|
|
[push]
|
|
default = matching
|