Hi, Linus Torvalds wrote:
> git checkout -f master
> git-rev-parse master > .git/refs/heads/merge-branch
>
> #
> # Switch to it, always leaving "master" untouched
> #
> git checkout -f merge-branch
Isn't that equivalent to (but slower than)
git checkout -f -b merge-branch master
?
--
Matthias Urlichs | {M:U} IT Design @ m-u-it.de | [EMAIL PROTECTED]
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
- -
You can tell it's going to be a rotten day when the bird singing outside your
window is a buzzard.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html