Skip to content

Instantly share code, notes, and snippets.

@baob
Created August 4, 2010 15:27
Show Gist options
  • Save baob/508302 to your computer and use it in GitHub Desktop.
Save baob/508302 to your computer and use it in GitHub Desktop.
git pull
[write some code]
git add
git commit
git push # rejected but you remain calm this time
git fetch
git rebase origin/master
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment