Answers for "git commit amend to particular commit id"

0

git commit --amend with commit id

git commit --amend -m "new commit message"
$ git push --force-with-lease branch-name
Posted by: Guest on December-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language