mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
12 lines
152 B
Text
12 lines
152 B
Text
[alias]
|
|
co = checkout
|
|
ci = commit
|
|
st = status
|
|
di = diff --color-words
|
|
up = pull
|
|
[color]
|
|
diff = auto
|
|
status = auto
|
|
branch = auto
|
|
[core]
|
|
pager =
|