From 69fb4104eed08d39bce8d56f0eff6bed76546f95 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Wed, 24 Aug 2022 23:09:57 +0100
Subject: [PATCH] feat(git): add worktrees alias

---
 roles/git/files/.gitconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/roles/git/files/.gitconfig b/roles/git/files/.gitconfig
index f60f24c9..0f12a03e 100644
--- a/roles/git/files/.gitconfig
+++ b/roles/git/files/.gitconfig
@@ -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