Last active
June 5, 2017 16:42
-
-
Save Sparragus/512b692f116cdda0689e1d1f48c91b41 to your computer and use it in GitHub Desktop.
Resolve `yarn.lock` merge conflicts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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