You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub will use main as the default branch soon. However, most of our scripts hardcode master as the default branch of the upstream.
We need to update them and allow user to specify the branch via git config --get git-extras.default-branch.
PR is welcome!
The text was updated successfully, but these errors were encountered:
https://github.com/github/renaming#on-october-1-2020-newly-created-repositories-will-default-to-main
GitHub will use
main
as the default branch soon. However, most of our scripts hardcodemaster
as the default branch of the upstream.We need to update them and allow user to specify the branch via
git config --get git-extras.default-branch
.PR is welcome!
The text was updated successfully, but these errors were encountered: