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:
parent
8c96a3d379
commit
d5d0a168f5
1 changed files with 8 additions and 0 deletions
|
@ -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\\. "
|
||||
|
|
Loading…
Reference in a new issue