Skip to content

Instantly share code, notes, and snippets.

@dsci
Created October 26, 2011 11:01
Show Gist options
  • Save dsci/1316040 to your computer and use it in GitHub Desktop.
Save dsci/1316040 to your computer and use it in GitHub Desktop.
git sheet
git cherry-pick commit_hash
git push :the_remote_branch
git checkout --track -b some_branch origin/some_branch
git branch -m old_branch_name new_branch_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment