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
This issue proposes and tracks the changes required to rename Task's master branch to Git's new default branch name: main.
GitHub has a repo that has guidance for changing the default branch from master that informs the rest of this issue.
The steps required to do this are pretty simple:
Rename master to main
Note that (among other things) this will automatically:
Re-target any open pull requests
Move any branch protection rules that explicitly reference the old name
Redirect web requests for the old branch name to the new branch name
Very few of the community-made Task projects directly refer to Task's master branch and since GitHub will automatically redirect requests from master to main, there shouldn't be any issues with breaking 3rd party integrations. However, if you do maintain a project that refers to Task's master branch, it's probably a good idea to update any references to main if this issue is completed.
The only project I'm aware of that currently refers to master is the Homebrew formula.
The text was updated successfully, but these errors were encountered:
This issue proposes and tracks the changes required to rename Task's
master
branch to Git's new default branch name:main
.GitHub has a repo that has guidance for changing the default branch from
master
that informs the rest of this issue.The steps required to do this are pretty simple:
master
tomain
master
tomain
#1048A note to maintainers of community projects
Very few of the community-made Task projects directly refer to Task's
master
branch and since GitHub will automatically redirect requests frommaster
tomain
, there shouldn't be any issues with breaking 3rd party integrations. However, if you do maintain a project that refers to Task'smaster
branch, it's probably a good idea to update any references tomain
if this issue is completed.The only project I'm aware of that currently refers to
master
is the Homebrew formula.The text was updated successfully, but these errors were encountered: