mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-12-22 09:13:33 +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"
|
lg = !"git lg1"
|
||||||
lga = !"git lg --all"
|
lga = !"git lg --all"
|
||||||
|
|
||||||
|
s = status --short
|
||||||
|
st = status
|
||||||
|
|
||||||
|
pushf = push --force-with-lease # Look mom, no --force
|
||||||
|
|
||||||
dif = diff
|
dif = diff
|
||||||
|
diffc = diff --cached
|
||||||
|
difc = diff --cached
|
||||||
|
|
||||||
alias = "! git config --get-regexp ^alias\\. "
|
alias = "! git config --get-regexp ^alias\\. "
|
||||||
|
|
Loading…
Reference in a new issue