• Push local branch to remote branch
    tutorial git Monday, February 4, 2013
  • Git ignore whitespace during commit
    git development Monday, April 11, 2011
  • You’re in the middle of a conflicted merge (git) « 42
    url git reset tutorial Monday, December 20, 2010

Push local branch to remote branch

Push local branch to remote branch

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