Answers for "delete commit head"

0

delete commit head

git reset HEAD^ --hard
git push <<remote>> -f
Posted by: Guest on June-02-2021
0

delete commit head

git rebase --continue
git push <remote_repo> <remote_branch> -f
Posted by: Guest on June-02-2021

Browse Popular Code Answers by Language