add worktree aliases
This commit is contained in:
parent
a26529aa7b
commit
1a455fdc80
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@
|
||||||
ds = diff --stat
|
ds = diff --stat
|
||||||
lg = log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
|
lg = log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
|
||||||
s = status
|
s = status
|
||||||
|
wa = worktree add
|
||||||
|
wd = worktree remove
|
||||||
[pull]
|
[pull]
|
||||||
ff = only
|
ff = only
|
||||||
[init]
|
[init]
|
||||||
|
|
Loading…
Add table
Reference in a new issue