Where is your `git` stored? (`which git` will tell you) I'm assuming it's from within the Developer Command-line Tools? You can find out via `git --version` in the terminal.
The `--single-branch` option was introduced in 1.7.10, so I think the easiest way to fix this is to just upgrade `git`. If your git is from the Xcode command line tools, upgrading those tools could work. If you can't upgrade `git`, we can figure something else out. -E On Sun, Feb 2, 2014 at 12:51 PM, Alex <[email protected]> wrote: > Hi Elliot, > > I have > > git version 1.7.9.6 (Apple Git-31.1) > > > but everything used to work a couple of weeks ago ... >
