Compare commits

...

1 Commits

Author SHA1 Message Date
Eric Teunis de Boone 1f17382622 [git] add simple aliases 2022-03-30 18:26:04 +02:00
2 changed files with 8 additions and 0 deletions

BIN
git/.config.swp Normal file

Binary file not shown.

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\\. "