Skip to content

Commit 8c2a53e

Browse files
committed
remove the warning about master->main
1 parent eef26a5 commit 8c2a53e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

-10
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,3 @@ This repository contains the Astropy web site (primary URL http://www.astropy.or
33
In a previous version of this web site (on the [old_site branch](https://github.com/astropy/astropy.github.com/tree/old_site)), this repository held the build for the site, but the content was generated from the [astropy-website repository](https://github.com/astropy/astropy-website). That repo is no longer active, and issues with the astropy web site should now be reported in *this* repository.
44

55

6-
## If you locally cloned this repo before 12 Apr 2021
7-
8-
The primary branch for this repo has been transitioned from ``master`` to ``main``. If you have a local clone of this repository and want to keep your local branch in sync with this repo, you'll need to do the following in your local clone from your terminal:
9-
```
10-
git fetch --all --prune
11-
# you can stop here if you don't use your local "master"/"main" branch
12-
git branch -m master main
13-
git branch -u origin/main main
14-
```
15-
If you are using a GUI to manage your repos you'll have to find the equivalent commands as it's different for different programs. Alternatively, you can just delete your local clone and re-clone!

0 commit comments

Comments
 (0)