In another question it was recommend that I try resetting a remote tracking branch to an earlier commit and performing an import a second time. I can't figure out how to do that! I can reset master, but not the branch master is tracking, cvs/master.
If I check out cvs/master, I'm not on a branch, so git-reset basically has no effect.
How do I change the commit to which cvs/master (or any arbitrary remote tracking branch) refers?