zenflow icon indicating copy to clipboard operation
zenflow copied to clipboard

Check for Git version

Open zshenker opened this issue 12 years ago • 0 comments

Zenflow requires git >= 1.8, but does not do any checks for this, and the default version of git that ships with Mac OS X is 1.7.x It would be nice to check for this and throw errors and exit early when an old git version is installed.

One of the commands which did not exist in earlier versions of git that is used by Zenflow is "git branch --set-upstream-to".

zshenker avatar Sep 17 '13 18:09 zshenker