In github extensions, I have checked out the branch I need, the problem is that the head of the branch is below my last commit. If I right click and hit reset current branch to here, it shows like it has changed the branch to the location - but if I check out another branch then go back, its like nothing was done and the head of the branch will not go up to include my last commit. Any suggestions?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
As mentioned, for instance, in this article:
That way, you cann fallback to the command-line interface and see if your "Git Extension" command has worked or not. Regarding reset, check if you see a sub-option "Reset current branch to here -> Hard", because that would effectively reset the HEAD to you more recent commit. |
|||
|
|