nader's thinkery

Push local branch to remote branch

Push local branch to remote branch

tutorial git Feb 4, 2013
git push -u origin frontpage
Helpful when a local branch was already setup and doesn't track a remote branch yet.