Skip to content

Instantly share code, notes, and snippets.

@starsinmypockets
Created January 25, 2013 18:08
Show Gist options
  • Save starsinmypockets/4636561 to your computer and use it in GitHub Desktop.
Save starsinmypockets/4636561 to your computer and use it in GitHub Desktop.
git status # should be clean
git pull unfuddle master # nothing to update
## if this fucks up: git reset --hard
# then add your files and gitignore
git status # gitignore updated
git commit #commit local
git push unfuddle master # push upstream
git pull unfuddle master #redundant
# make sure everything's kosher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment