add worktree aliases

This commit is contained in:
Grigory Shipunov 2023-04-10 13:47:44 +02:00
parent a26529aa7b
commit 1a455fdc80
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -21,6 +21,8 @@
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
s = status
wa = worktree add
wd = worktree remove
[pull]
ff = only
[init]