Hacker News new | ask | show | jobs
by dllthomas 2749 days ago
If you know your way around git well enough that you're not going to be screwing up repository state in ways you can't fix, there's no reason to operate from separate clones - check out git worktrees :)
1 comments

Thanks for that! I've occasionally thought a feature like this would be possible and helpful, but hadn't encountered it until your mention.
I felt the same way when I stumbled across it in a man page :)