Skip to content

Instantly share code, notes, and snippets.

@davidascher
Last active January 4, 2016 06:49
Show Gist options
  • Save davidascher/8584600 to your computer and use it in GitHub Desktop.
Save davidascher/8584600 to your computer and use it in GitHub Desktop.
Github tips and tricks from pomax
# When your own develop is ahead of where origin is, but those commits were in error:
davida@suki ~/s/m/appmaker> git fetch origin
davida@suki ~/s/m/appmaker> git checkout -B develop origin/develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment