Skip to content

Instantly share code, notes, and snippets.

@mehmetkurt
Created October 28, 2018 21:16
Show Gist options
  • Save mehmetkurt/28b230b811097f59b70a8a269b6cfcea to your computer and use it in GitHub Desktop.
Save mehmetkurt/28b230b811097f59b70a8a269b6cfcea to your computer and use it in GitHub Desktop.
Git force pull to overwrite local files
git fetch --all
git reset --hard origin/develop
git pull origin develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment