Add git worktree alias
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
alf = "!git config -l | grep alias | cut -c 7- | fzf"
|
alf = "!git config -l | grep alias | cut -c 7- | fzf"
|
||||||
al- = "!git config --local --unset $(git config -l | grep alias | cut --delimiter="=" --fields=1 | fzf)"
|
al- = "!git config --local --unset $(git config -l | grep alias | cut --delimiter="=" --fields=1 | fzf)"
|
||||||
rs = "restore --staged"
|
rs = "restore --staged"
|
||||||
|
wt = "worktree"
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
|
|||||||
Reference in New Issue
Block a user