To include new changes into the last commit, not to make a separate commit and rewrite history.
1
2
git add -u
git commit --amend --no-edit
No edit for not changing the message.
1
git push --force
To include new changes into the last commit, not to make a separate commit and rewrite history.
1
2
git add -u
git commit --amend --no-edit
No edit for not changing the message.
1
git push --force
A new version of content is available.