In my recent YouTube video, How to Use Git Worktrees to Switch Contexts Quickly and Easily I talk about switching from the .bare cloning convention to using .git instead. This caused the sesh root to not automatically detect the parent dir when using bare clone repos with worktrees. So I fixed it! Now the previous functionality should act the same way when cloning to .git.
What's Changed
- docs: Fix tmux binding in README.md for connecting to root session by @lugen4ro in #318
- Add git bare root namer by @joshmedeski in #319
New Contributors
Full Changelog: v2.20.0...v2.21.0