|
|
|
|
|
by devsda
854 days ago
|
|
Yeah, this sounds very much like a 'view' in clearcase. It's a good feature especially with big monorepos where it is helpful to pick and choose a known good version of specific module or subset of files without polluting the history. Tracking good versions of every single file with huge number of files changing was a pain though. |
|
It's effectively a way to take changes you're making and pretend like you did them in worktrees without having to switch back and forth.
Or maybe, to work on several branches, achieve the merged state you want, then split the work up into reviewable branches that can be merged in any order to achieve that final state.