Skip to content

Instantly share code, notes, and snippets.

@funrep
Created May 14, 2014 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save funrep/dc0920fce27000dcf4df to your computer and use it in GitHub Desktop.
Save funrep/dc0920fce27000dcf4df to your computer and use it in GitHub Desktop.
Foxborons awesome git tips

GIT STUFF!!!!

if you fuck up shit

git clone blalbblalb
cd blablabla
git checkout -b bar origin/bar
git checkout master
git checkout -b foo
git cherry-pick foo~1
git push origin foo:bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment