This is my problem:
I am working with files from a local
git
repository in Emacs; I edit and save those files.My Emacs session is still open. I commit my changes, then create a new branch and
checkout
that branch.Returning to Emacs, I edit some more.
When I save those files Emacs warns me that the files have changed on disk and confirms if it should overwrite them.
It's not a huge problem, but it's kind of annoying. I wonder if there's any way to tell Emacs to refresh all buffers or if there's something else I could do?
Thanks.