Answers for "how to empty commits in git"

1

git clear commits

git reset --hard origin
Posted by: Guest on September-18-2020
-1

empty-commoit

git commit --allow-empty -m "run build"
Posted by: Guest on October-15-2020

Browse Popular Code Answers by Language