The v2 enters Beta stage #380
aleksey-hoffman
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What changed
With
2.0.0-beta.1release, the v2 entered Beta stage and became the main branch.See releases to see what changed in
2.0.0-beta.1For developers
Reset your local
mainto match the new remotemainbranch. Since the branch was force-pushed, a regular pull tries to merge the old and new histories. Run:This throws away your local
mainpointer (which still points to the old v1 content) and sets it to the new remotemain(v2 content). No commits are lost — the old v1 history is still available on the v1 branch.If you also had the old v2 local branch, you can clean it up with:
Then you can run
npm iand keep on developingBeta Was this translation helpful? Give feedback.
All reactions