When I use git checkout
to change to a different state of a project with files open in emacs with different state, the files are not changed automatically. Instead on any modify attempt, emacs is asking to modify or revert etc the file. Typing r is opening current state of the file.
Is there a module to give auto change the open current buffer upon file change on isk with git checkout
s?