Skip to content

Commit

Permalink
docs: redirect master branch
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Morman <jmorman@gnuradio.org>
  • Loading branch information
mormj committed Jan 18, 2022
1 parent b2c9623 commit 3349d48
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# MASTER BRANCH IS INACTIVE
This branch is left here for compatibility and historical reasons only. All new development should target
the `main` branch, which is the default branch for https://github.com/gnuradio/gnuradio.git

## To Update Your Local Repository

If you currently have the `master` branch locally and would like to work against `main`

```
$ git branch -m master main
$ git fetch origin
$ git branch -u origin/main main
$ git remote set-head origin -a
```

<p align="center">
<img src="https://github.com/gnuradio/gnuradio/blob/master/docs/gnuradio.png" width="75%" />
</p>
Expand Down

0 comments on commit 3349d48

Please sign in to comment.