[git-users] Re: split changes in two branches

2009-06-15 Thread keV
On Jun 15, 4:00 am, David Aguilar wrote: > Use 'git add -p', git-gui or git-cola [1] to tease the changes > apart into a separate commits. > > Since you're already on the current branch, you should do all > of the commits for that branch first. ... > Now you have duplicate commits in your-topic-

[git-users] Re: split changes in two branches

2009-06-15 Thread David Aguilar
On Mon, Jun 15, 2009 at 07:46:13AM -0700, keV wrote: > > Thank you for such a detailed response! I wasn't familiar with git- > cherry-pick and git-rebase, so I've read manuals first. Now I believe > I can understand your idea. > > One unclear moment. You say: > - changes intended for the current