1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2024-11-17 17:03:32 +01:00

[git] add simple aliases

This commit is contained in:
Eric Teunis de Boone 2022-03-30 18:26:04 +02:00
parent 8c96a3d379
commit d5d0a168f5

View file

@ -31,5 +31,13 @@
lg = !"git lg1"
lga = !"git lg --all"
s = status --short
st = status
pushf = push --force-with-lease # Look mom, no --force
dif = diff
diffc = diff --cached
difc = diff --cached
alias = "! git config --get-regexp ^alias\\. "