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
The master branch of this repository will soon be renamed from master to main, as part of a coordinated change across the USGS-R and USGS-VIZLAB organizations. This is part of a broader effort across the git community to use more inclusive language. For instance, git, GitHub, and GitLab have all changed or are in the process of changing their default branch name.
We will make this change early in the week of February 6, 2022. The purpose of this issue is to give notification of the change and provide information on how to make it go smoothly.
When this change is made, forks and clones of the repository will need to be updated as well. Here are instructions for making the necessary changes.
On GitHub, change the default branch name from master to main (<your repository> -> Settings -> Branches).
Change the default branch on any forks you have, as well as local clones. (See details below)
If you have collaborators on this repository, let them know that they will need to change their forked/local repos. Point them to this issue to facilitate the process!
Search within your repository for "master" so that you can change references (e.g. URLs pointing to specific commit points of files) to point to "main" instead.
When you are done, feel free to close this issue!
Changing default branches on forks and local clones
First, update your local git configuration so that new repositories created locally will have the correct default branch: git config --global init.defaultBranch main.
Now, for any forks, do the following:
Go to <your fork> -> Settings -> Branches and edit the default branch from master to main.
Update the settings for your local clone of this fork to match this change.
This repository has now been converted, and its default branch is now main instead of master. Please see above for instructions on how to adjust any forks and/or clones you have.
The
master
branch of this repository will soon be renamed frommaster
tomain
, as part of a coordinated change across the USGS-R and USGS-VIZLAB organizations. This is part of a broader effort across the git community to use more inclusive language. For instance, git, GitHub, and GitLab have all changed or are in the process of changing their default branch name.We will make this change early in the week of February 6, 2022. The purpose of this issue is to give notification of the change and provide information on how to make it go smoothly.
When this change is made, forks and clones of the repository will need to be updated as well. Here are instructions for making the necessary changes.
master
tomain
(<your repository> -> Settings -> Branches).Changing default branches on forks and local clones
First, update your local git configuration so that new repositories created locally will have the correct default branch:
git config --global init.defaultBranch main
.Now, for any forks, do the following:
master
tomain
.The text was updated successfully, but these errors were encountered: