Skip to content

Commit

Permalink
Merge pull request #588 from eteq/remove-main-warning
Browse files Browse the repository at this point in the history
remove the warning about master->main
  • Loading branch information
pllim authored May 13, 2024
2 parents eef26a5 + 8c2a53e commit 2605341
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,3 @@ This repository contains the Astropy web site (primary URL http://www.astropy.or
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.


## If you locally cloned this repo before 12 Apr 2021

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:
```
git fetch --all --prune
# you can stop here if you don't use your local "master"/"main" branch
git branch -m master main
git branch -u origin/main main
```
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 comments on commit 2605341

Please sign in to comment.