rename references to master branch to main - #3303
Merged
Merged
Conversation
rbuch
previously approved these changes
Mar 9, 2021
matthiasdiener
marked this pull request as ready for review
March 18, 2021 20:39
matthiasdiener
requested review from
epmikida,
ericjbohm,
evan-charmworks,
minitu,
nitbhat,
rbuch and
stwhite91
March 25, 2021 19:28
nitbhat
approved these changes
Mar 25, 2021
minitu
approved these changes
Mar 25, 2021
rbuch
approved these changes
Mar 25, 2021
tldahlgren
pushed a commit
to spack/spack
that referenced
this pull request
Mar 26, 2021
See charmplusplus/charm#3303 for context.
stwhite91
pushed a commit
that referenced
this pull request
May 11, 2023
### Background on renaming 'master' to 'main': - https://github.com/github/renaming - https://www.theserverside.com/feature/Why-GitHub-renamed-its-master-branch-to-main - https://mail.gnome.org/archives/desktop-devel-list/2019-May/msg00066.html --- ### We would also have to change: **Before merge:** - [ ] Rename the ``master`` branch in the [Github settings](https://github.com/UIUC-PPL/charm/settings/branches) - [x] Mention this change in `CHANGES` **After merge:** - ~~[ ] [Autobuild](https://github.com/UIUC-PPL/autobuild)?~~ (Edit: might not be necessary) - [ ] [readthedocs.io](https://readthedocs.org/dashboard/charm/advanced/) - On each local clone of the repo: ``` git branch -m master main git fetch origin git branch -u origin/main main ```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Background on renaming 'master' to 'main':
We would also have to change:
Before merge:
masterbranch in the Github settingsCHANGESAfter merge:
[ ] Autobuild?(Edit: might not be necessary)