Answers for "git roll back to a point"

0

git roll back to a point

$ 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