When giving the command: git push origin master git does not send the information and gives the following error:
Everything up-to-date
I noticed that master
of my local repository is not pointing to the last commit, as can be seen in the image below:
How can I resolve this? Thanks!