mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
git: updpate aliases
This commit is contained in:
parent
49a469a72d
commit
ae27392016
1 changed files with 1 additions and 8 deletions
|
|
@ -19,17 +19,10 @@
|
||||||
defaultBranch = "main"
|
defaultBranch = "main"
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
a = add
|
|
||||||
l = log --oneline --decorate
|
l = log --oneline --decorate
|
||||||
ll = log --graph --oneline --decorate --all
|
|
||||||
s = status -sb
|
s = status -sb
|
||||||
lg = log --stat
|
cm = commit -m
|
||||||
f = fetch
|
|
||||||
sw = switch
|
sw = switch
|
||||||
cm = commit
|
|
||||||
p = pull
|
|
||||||
re = restore
|
|
||||||
r = rebase
|
|
||||||
|
|
||||||
[interactive]
|
[interactive]
|
||||||
diffFilter = delta
|
diffFilter = delta
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue