Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NOTICE: upcoming default branch name change #247

Open
5 tasks
jesse-ross opened this issue Jan 20, 2022 · 1 comment
Open
5 tasks

NOTICE: upcoming default branch name change #247

jesse-ross opened this issue Jan 20, 2022 · 1 comment

Comments

@jesse-ross
Copy link
Contributor

jesse-ross commented Jan 20, 2022

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:

  1. Go to <your fork> -> Settings -> Branches and edit the default branch from master to main.
  2. Update the settings for your local clone of this fork to match this change.
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
@jesse-ross
Copy link
Contributor Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant