Custom Search

Monday, May 13, 2019

Git How to modify existing unpushed commit message

git pull
git commit --amend
git pull
git push -f

No comments:

Post a Comment