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:

  1. Be civil.
  2. 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
[โ€“] Petter1@discuss.tchncs.de 3 points 3 weeks ago

๐Ÿ˜„ 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 ๐Ÿ˜†