Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Thank you very much! It did the trick, although I had to fix some conflicts when I cherry-picked D.
    – Thomas
    Commented Jan 24, 2012 at 19:30
  • As Raman noted, a quicker way to make new-branch point to C is to just do git branch new-branch sha1-of-C at any point (this command does not care what HEAD is, i.e. it does not care what is checkout out).
    – tcovo
    Commented Jan 25, 2012 at 15:15