Answers for "git revert a set of commits"

0

git revert a set of commits

$ git checkout -f A -- . # checkout that revision over the top of local files
$ git commit -a
Posted by: Guest on May-10-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language