feat(git): add worktrees alias
This commit is contained in:
parent
dc79ebf5a7
commit
69fb4104ee
|
@ -45,6 +45,7 @@
|
|||
upstream = rev-parse --abbrev-ref --symbolic-full-name @{u}
|
||||
ureset = !git reset --hard $(git upstream)
|
||||
wip = !git add . && git commit -m 'wip'
|
||||
worktrees = "worktree list"
|
||||
|
||||
[branch]
|
||||
autosetupmerge = true
|
||||
|
|
Loading…
Reference in a new issue