Git Retourne un ensemble de commits

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