Skip to content

Instantly share code, notes, and snippets.

@makkaba
Created December 18, 2018 01:32
Show Gist options
  • Save makkaba/78e5c6999a8ddeed849cb96703ace540 to your computer and use it in GitHub Desktop.
Save makkaba/78e5c6999a8ddeed849cb96703ace540 to your computer and use it in GitHub Desktop.
git remote로 전부 덮어씌우기

git fetch --all git reset --hard origin/master git pull origin master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment