I want to keep same commit with another change like.
Few hours ago, i commuted a change and push to my origin like.
git commit -m "header removed"
and later i push it to remote origin like:
git push origin mybranhname
After pushing i realized i need to change something again and i changing some code again.
Now i want to push the change in the same commit, is it possible?
I mean, i dont want to commit again with the new named commit. I want to commit with the header removed
I dont want to open new commit. can i do it?