mirror of
https://github.com/kastdeur/dotfiles.git
synced 2025-10-11 02:56:34 +02:00
[git] Add lb alias for branch relations
This commit is contained in:
parent
d265324035
commit
ce06caf8af
1 changed files with 4 additions and 0 deletions
|
@ -48,8 +48,12 @@
|
||||||
lg = !"git lg1"
|
lg = !"git lg1"
|
||||||
lga = !"git lg --all"
|
lga = !"git lg --all"
|
||||||
|
|
||||||
|
lb = !"git lg --simplify-by-decoration"
|
||||||
|
lba = !"git lb --all"
|
||||||
|
|
||||||
s = status --short
|
s = status --short
|
||||||
st = status
|
st = status
|
||||||
|
stauts = status
|
||||||
|
|
||||||
pushf = push --force-with-lease # Look mom, no --force
|
pushf = push --force-with-lease # Look mom, no --force
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue