Followup on this, it looks like the local repository actually didn't contain
branch-2. So this doesn't appear to be an issue.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/major
Suppose I have the following branches:
* branch-1 with commits A - B - C
* branch-2 with commits A - B - C - D
Prior to version 1.9, running `git reset --hard D` while branch-1 is
checked out will result in changing the current branch HEAD to commit
hash D (essentially what update-ref would do).
2 matches
Mail list logo