Skip to content

Commit 62b751f

Browse files
authored
Merge pull request #434 from eteq/remove-main-warning
remove instructions about master->main transition
2 parents 61c73f5 + 1fa4a2b commit 62b751f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,3 @@ Documents and policies regarding the Astropy Project as a whole. *Drafts* of po
44

55
Additionally, the issue tracker will be used to discuss larger Project-wide issues; i.e., those that are not particular to a specific pacakge or other repository.
66

7-
## If you locally cloned this repo before 15 June 2021
8-
9-
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:
10-
```
11-
git fetch --all --prune
12-
# you can stop here if you don't use your local "master"/"main" branch
13-
git branch -m master main
14-
git branch -u origin/main main
15-
```
16-
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)