Skip to content

Instantly share code, notes, and snippets.

@Sparragus
Last active June 5, 2017 16:42
Show Gist options
  • Save Sparragus/512b692f116cdda0689e1d1f48c91b41 to your computer and use it in GitHub Desktop.
Save Sparragus/512b692f116cdda0689e1d1f48c91b41 to your computer and use it in GitHub Desktop.
Resolve `yarn.lock` merge conflicts
git checkout -- yarn.lock
yarn install
git add yarn.lock
git rebase --continue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment