this post was submitted on 31 Jul 2025
24 points (96.2% liked)
General Programming Discussion
8899 readers
4 users here now
A general programming discussion community.
Rules:
- Be civil.
- Please start discussions that spark conversation
Other communities
Systems
Functional Programming
Also related
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
๐ i could have used that at the project we just finished up ๐คญ it is a nice idea, having master always ready in separate worktree to keep it up to date, so that you alwys can rebase your fix or feature branch onto it
๐ I always switched to master, pulled, switched back and then did the rebase
I am obsessed in having all commits of master in my feature branch ๐