I couldn't find the answer myself, so I created a custom action. Go to Preferences, Custom Actions, and enter the following info:
(This is on a Mac. Your path to the git executable may vary.)
For some reason, when I initially did a pull from the repository for a git project of mine,
I got a ton of files in my working copy that have no discernible changes made to them, but keep showing up …
Suppose we have an application that's stable.
Tomorrow, someone reports a big ol' bug that we decide to hotfix right away. So we create a branch for that hotfix off of "master", we name it "2011_Hotfix", and we push it …