I wanted to try out resetting to a specific commit locally. After doing a "git pull", I've done a "git reflog" to get the hash of the commit prior to doing the pull. Then, i tried doing a "git reset --hard hashTagIgotFromReflog". I recieved a message that the head is was now pointing to my target commit but when I checked back on SourceTree, I saw beside my "developmental" branch that it has 147 for push and 142 for pull. I wanted to attach an image but I need to have at least 10 reputation.
why do I need to push "147" and pull "142"? what's the worst could happen if I tried pushing.
Please ignore the conflict and other branches. I'm only concern with the developmental branch having those numbers.