Skip to content

Instantly share code, notes, and snippets.

@tudormunteanu
Created June 8, 2012 09:59
Show Gist options
  • Select an option

  • Save tudormunteanu/2894788 to your computer and use it in GitHub Desktop.

Select an option

Save tudormunteanu/2894788 to your computer and use it in GitHub Desktop.
git cmmands
// retrieve a remote branch (and create it on local)
git checkout -b readability origin/readability
// push to remote a local branch (creates a new branch on the remote repo)
git push origin customButtons // simple, right?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment