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