In the "emacs-git" mode for emacs, is there a way to do a "checkout -f" or equivalent?
I've only recently started using emacs-git. I've liked it so far, until I tried to switch to another branch and got a message about an "untracked working tree file would be overwritten" and the checkout is aborted.
Previously when using git from the commandline I've always just done "git checkout -f " to switch branches, but I can't seem to find the equivalent of the "-f" switch in emacs-git.
Any ideas?