Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save smobile-jspark/73f0f9c1896f6134c91ec145caac5c65 to your computer and use it in GitHub Desktop.

Select an option

Save smobile-jspark/73f0f9c1896f6134c91ec145caac5c65 to your computer and use it in GitHub Desktop.
Git 에서 Pull 시 Overwrite 가 필요할 때
git fetch --all
git reset --hard origin/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment