Answers for "how to add change-id in commit message"

0

git change commit id email

$ git config --global user.name "John Doe"
$ git config --global user.email "[email protected]"
Posted by: Guest on June-19-2020
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 "how to add change-id in commit message"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language