Answers for "github change name of pushed commit"

1

rename a commit pushed

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

change message from last pushed commit

git commit --amend
Posted by: Guest on May-15-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language