git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Is there a way to have local changes in a branch 'bake' while working in different branches?
@ 2016-12-15 20:14 Larry Minton
  2016-12-15 22:44 ` Aaron Schrab
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Larry Minton @ 2016-12-15 20:14 UTC (permalink / raw)
  To: git@vger.kernel.org

Lars Schneider recommended I ask you this question.

My question:

Let's say I have a code change that I want to 'bake' for a while locally, just to make sure some edge case doesn't pop up while I am working on other things.  Is there any practical way of doing that? 
I could constantly merge that 'bake me' branch into other branches as I work on them and then remove those changes from the branches before sending them out for code review, but sooner or later pretty much guaranteed to screw that up....

His response:

Good question. Your merging idea would work but I agree it might be cumbersome. In this situation I keep modified files in my tree. That would work for you too, but this would be inconvenient if you have many changed files. I wonder how the Git core guys manage this kind of situation.

Thanks,

Larry Minton
3ds Max Core team
LiveDesign Group
Media & Entertainment, Education Experiences, Impact (MEI)


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-12-16 15:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-15 20:14 Is there a way to have local changes in a branch 'bake' while working in different branches? Larry Minton
2016-12-15 22:44 ` Aaron Schrab
2016-12-16  0:07 ` Junio C Hamano
2016-12-16 15:22 ` John Keeping

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).