Re: Move commits not in origin to a branch

2015-03-02 Thread shawn wilson
On Mon, Mar 2, 2015 at 9:54 AM, Michael J Gruber wrote: > shawn wilson venit, vidit, dixit 02.03.2015 14:25: >> How do I move commits I haven't pushed into a new branch? >> >> % git log origin..master --pretty=format:'%h' >> f7d3a19 >> 1f186c9 >> 66d99f6 >> >> Which I'd like to be in a new branch

Re: Move commits not in origin to a branch

2015-03-02 Thread Michael J Gruber
shawn wilson venit, vidit, dixit 02.03.2015 14:25: > How do I move commits I haven't pushed into a new branch? > > % git log origin..master --pretty=format:'%h' > f7d3a19 > 1f186c9 > 66d99f6 > > Which I'd like to be in a new branch. > Do you want them to be on the new branch as they are, i.e.

Move commits not in origin to a branch

2015-03-02 Thread shawn wilson
How do I move commits I haven't pushed into a new branch? % git log origin..master --pretty=format:'%h' f7d3a19 1f186c9 66d99f6 Which I'd like to be in a new branch. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More major