Answers for "how revert 1 commit in git"

0

git revert one commit

git reset --soft HEAD~1
Posted by: Guest on June-16-2021
0

how to revert a commit in git

Reset Git COmmit
Posted by: Guest on October-23-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language