Skip to content

Instantly share code, notes, and snippets.

@l1x
Created October 16, 2013 22:27
Show Gist options
  • Select an option

  • Save l1x/7016038 to your computer and use it in GitHub Desktop.

Select an option

Save l1x/7016038 to your computer and use it in GitHub Desktop.
#gitz
git clone https://blah
git checkout -b local_branch origin/remote_branch
git add files
git commit -m"What the hack is this?"
git push origin local_branch #this will create a remote branch with the name "local_branch"
#submit the pull request using the UI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment