feat(git): add worktrees alias

This commit is contained in:
Oliver Davies 2022-08-24 23:09:57 +01:00
parent dc79ebf5a7
commit 69fb4104ee

View file

@ -45,6 +45,7 @@
upstream = rev-parse --abbrev-ref --symbolic-full-name @{u} upstream = rev-parse --abbrev-ref --symbolic-full-name @{u}
ureset = !git reset --hard $(git upstream) ureset = !git reset --hard $(git upstream)
wip = !git add . && git commit -m 'wip' wip = !git add . && git commit -m 'wip'
worktrees = "worktree list"
[branch] [branch]
autosetupmerge = true autosetupmerge = true