message no. 128050
Posted by jeffmjack in #github at 2016-03-22T15:55:41Z
I ran a package installer for a module, then tried git reset --hard HEAD and git still wouldn't let me switch branches, so I ran git clean -f, which got rid of the untracked files in my working directory, but I still couldn't switch out of that branch because I had changes to ignored files. So I ran git clean -f -d, then I could finally checkout a new