Last Updated: February 25, 2016
·
287
· buithehoa

Check out and Track a Remote Branch

git fetch <remote_name>
git checkout --track -b <local_branch> <remote_name>/<tracked_branch>