I made a commit & pushed to repo. Later I modified the commit message by using git commit --amend
, In the pop-up window I entered the new message. I could see the new message via git log
. After all this process, my git status
shows like this. I don't know how to push this change to repo.
On branch master
Your branch and `origin/master` have diverged,
and have 1 and 1 different commit(s) each, respectively.
Expecting a feasible solution for this.