DEV Community

praveenr
praveenr

Posted on • Edited on

Commit Amend

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

git push --force-with-lease origin

Top comments (0)