All of lore.kernel.org
 help / color / mirror / Atom feed
* fast forward a branch from another
@ 2011-05-12 14:40 Eric Frederich
  2011-05-12 15:31 ` Michael J Gruber
  2011-05-12 16:06 ` Junio C Hamano
  0 siblings, 2 replies; 7+ messages in thread
From: Eric Frederich @ 2011-05-12 14:40 UTC (permalink / raw)
  To: git

Often times I get into a situation where I have a "development" branch
that gets ahead of say a "stable" branch.
When I am ready to call the development branch stable this is what I do.

$ git checkout stable
$ git merge development
$ git checkout development

The problem here is that the act of going backwards (via checking out
stable) really messes up my IDE and or Text editors.
Is there any way to do this without switching branches, which modifies
my working directory, which messes up my IDE?

Thanks,
~Eric

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

end of thread, other threads:[~2011-05-12 16:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-12 14:40 fast forward a branch from another Eric Frederich
2011-05-12 15:31 ` Michael J Gruber
2011-05-12 15:34   ` Michael J Gruber
2011-05-12 16:06 ` Junio C Hamano
2011-05-12 16:26   ` Phil Hord
2011-05-12 16:49     ` Junio C Hamano
2011-05-12 16:58       ` Phil Hord

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.