File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,18 @@ Our announcements are published to an RSS feed `here <https://conda-forge.org/do
12
12
13
13
We will be migrating the default branches of all feedstocks and other ``conda-forge `` repos
14
14
from ``master `` to ``main ``. We do expect some minor hiccups while this migration is
15
- going on. If you encounter any problems, please comment on this Github
16
- `issue <https://github.com/conda-forge/conda-forge.github.io/issues/1162 >`_.
15
+ going on. You will need to change to the ``main `` branch from ``master `` on any local clones via the
16
+ following git commands:
17
+
18
+ .. code-block ::
19
+
20
+ git branch -m master main
21
+ git fetch origin
22
+ git branch -u origin/main main
23
+ git remote set-head origin -a
24
+
25
+ If you encounter any problems, please comment on this Github
26
+ `issue <https://github.com/conda-forge/conda-forge.github.io/issues/1162 >`_.
17
27
18
28
2021
19
29
----
You can’t perform that action at this time.
0 commit comments