buithehoa
11/3/2015 - 2:17 AM

Create and track a remote branch

Create and track a remote branch

$ git checkout -b your_branch
$ git push -u origin your_branch