The default branch for development is now master
#2986
ahsan-z-khan
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.
-
We are changing our default development branch from
dev
tomaster
.We have enabled similar capabilities in our master branch to have multiple PRs to be tested simultaneously.
If you have a local clone/fork or developing in a local feature branch, please rebase it with the latest update from
master
branch for future developments by doing the following:git rebase master
Beta Was this translation helpful? Give feedback.
All reactions