I made some changes to the file in the git repository, I transferred the files using git commit
Then I tried to push the master using git push origin master , which returned Everything up-to-date
I typed in a git push origin head , which seemed to work, although I'm not sure if I should do this. Previously, git push origin head always worked for me.
My question is: why don't git push origin master do anything and I need rollback and re-commit, then git push origin master ?
git
atb Jul 31 2018-12-12T00: 00Z
source share