DEV Community

praveenr
praveenr

Posted on

Commit Amend

git commit --amend -m "Your new updated commit message"
or
git commit --amend --no-edit

git push origin --force-with-lease

Top comments (0)