message no. 112208
Posted by wastrel in #github at 2015-09-15T19:05:08Z
          1 fails at git checkout -b branch-name origin/branch-name;  because the local branch already exists.  i assume it's ok to just git checkout branch-name at this point ?