Answers for "git remove all not pushed commits"

3

cancel a commit not pushed

git reset --soft HEAD~
Posted by: Guest on November-03-2020
0

remove commit not pushed

git reset --hard origin/main
Posted by: Guest on June-04-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language