What's Changed
- Improve Git Bare Repo Naming by @joshmedeski in #288
Sesh now does a better job at naming sessions related to git bare repos (git clone --bare
)
Previously, it expected you to use the ./.bare
convention when setting up git bare repos, this is not the default behavior so now sesh supports the default .git
when cloning to bare but still supports the .bare
convention if you're using it.
Shoutout to @jesseleite for working on this with me!
Full Changelog: v2.17.1...v2.18.0