Last Updated: February 25, 2016
·
491
· nicolaslazartekaqui

Git - Linking local branch with remote branch

git branch --set-upstream \
    <local_branch> <remote>/<remote_branch>