Working on a feature, spot a piece of dead code, take me 5 seconds to remove and commit it. But it's not related to my feature.
Could remove & stash, but over the course of a feature, stash list can become quite long, and when working with a team, there might be frequent overlap. A shared, repos-based stash wouldn't help there because stashes aren't supposed to conflict.
So what I'm left with is the notion of having a "cleanup" workflow/branch, and as individuals work from ReleaseX branches, they can fire-off their cleanup touches like this to ReleaseX-cleanup.
Is such a thing possible with SourceTree? Commit to another branch (even if its very limited, still useful)?
Not really possible in Git, so not possible in SourceTree. You would need to switch to the other branch when you don't have anything else uncommitted (and hope that the file you modified is otherwise the same between the two branches), commit that file, then switch back.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.