Last Updated: February 25, 2016
·
269
· lishamatish

Set up tracking when first pushing local branch to remote.

git push -u origin $branch

You will then be able to use: git push
Rather than: git push origin $branch