git roll back to a point code example
Example: git roll back to a point
$ git checkout -f A -- . # checkout that revision over the top of local files
$ git commit -a
$ git checkout -f A -- . # checkout that revision over the top of local files
$ git commit -a