Git retourne à un point

$ git checkout -f A -- . # checkout that revision over the top of local files
$ git commit -a
Nasty Narwhal