You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,3 @@ Documents and policies regarding the Astropy Project as a whole. *Drafts* of po
4
4
5
5
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.
6
6
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