Is it possible to remove files from a Git repository branch, while another branch is checked out?
I'd like to do this in order to resolve some conflicts with files that are .gitignore'd in the checked out branch but still in the repository for a branch I want to check out. Caused by some hasty decissions while setting up a git repository for inherited code in Netbeans.