git mengembalikan serangkaian komitmen

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