Skip to content

Instantly share code, notes, and snippets.

@katalystsol
Created April 30, 2018 18:05
Show Gist options
  • Save katalystsol/26eba6d0868be55fe47955b047765aa2 to your computer and use it in GitHub Desktop.
Save katalystsol/26eba6d0868be55fe47955b047765aa2 to your computer and use it in GitHub Desktop.
Git pull force overwrite
git stash
git fetch --all
git reset --hard origin/[branch_name]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment