Previous: , Up: Troubleshooting   [Contents][Index]


7.7 GIT recovering

For example, here we recover the /etc/mediatex/mdtx.conf file:

$ mediatex su
$ cd ~mdtx/git/mdtx
$ git log
$ git revert --no-commit 0766c053..HEAD
$ vi mdtx.conf
$ git commit -a