Tuesday, March 3, 2015

Push a local branch to remote in Git

To push a local branch to remote in Git,

do the following:

git push -u origin issue-1

Reference:
http://stackoverflow.com/questions/2765421/push-a-new-local-branch-to-a-remote-git-repo-and-track-it-too

No comments:

Post a Comment