mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
git: update aliases
This commit is contained in:
parent
62a3c98002
commit
3112182a7a
1 changed files with 3 additions and 1 deletions
|
|
@ -20,8 +20,10 @@
|
||||||
defaultBranch = "main"
|
defaultBranch = "main"
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
|
push-fwl = push --force-with-lease
|
||||||
l = log --oneline --decorate
|
l = log --oneline --decorate
|
||||||
s = status -sb
|
lg = log --oneline --graph --all
|
||||||
|
st = status -sb
|
||||||
cm = commit -m
|
cm = commit -m
|
||||||
sw = switch
|
sw = switch
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue