Open jesse-ross opened 2 years ago
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.
@moki1202, @wachiag, @jsta, @jcmartinmu, @waternk, @guhjy, @gudaleon, @ldecicco-USGS, @jread-usgs, @wdwatkins, @McDowellLab, @lindsayplatt, @jacaronda, @aappling-usgs, @miguelcleon, @appling, please note that you have forks of this repository!
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
.