You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2018. It is now read-only.
grb publish doesn't work on git 1.7.x.
For git 1.8.x the command for setting the upstream branch of a local branch is:
'"#{GIT} branch -u #{origin}/#{branch_name} #{branch_name}"',
But for git 1.7.x, the command is:
'"#{GIT} branch --set-upstream #{branch_name} #{origin}/#{branch_name}"',