Answers for "git chang name of commit after push"

14

git commit change message after push

git commit --amend -m "New commit message"
Then
git push --force
and you're done
Posted by: Guest on April-16-2020
1

rename a commit pushed

git commit --amend -m "Your new message here"
Posted by: Guest on June-28-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language