Answers for "git change to commit id"

58

change git commit message

git commit --amend -m "New commit message"
Posted by: Guest on March-11-2020
1

change git commit message

git commit --amend -m "New message"
Posted by: Guest on July-23-2021
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