This is an automated email from the ASF dual-hosted git repository. ab pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/solr.git
commit c54877bed3e4b0caf1a96d0b22d3cd9cc16a2c41 Author: Dawid Weiss <[email protected]> AuthorDate: Wed Mar 10 11:02:23 2021 +0100 Add a note about main branch if somebody mistakenly checks out master. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 68bc25f..481de4f 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ project's git repository now: - Lucene: <https://gitbox.apache.org/repos/asf/lucene.git> - Solr: <https://gitbox.apache.org/repos/asf/solr.git> +If you're seeing this message then switch the development to 'main': +git checkout main + Development for branch 8x remains in the shared repository: - https://gitbox.apache.org/repos/asf/lucene-solr.git
