aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Morman <jmorman@gnuradio.org>2022-01-18 09:46:15 -0500
committermormj <34754695+mormj@users.noreply.github.com>2022-01-18 10:41:53 -0500
commit3349d483a1f7e5db0eea042815d237810373857b (patch)
treec72b727759b4cb077cc436921f85a67082c94bc2
parentDefault value for Priority parameter for Python Snippet block added in order to avoiding None value for it that leads to block parameter error (diff)
downloadgnuradio-3349d483a1f7e5db0eea042815d237810373857b.tar.xz
gnuradio-3349d483a1f7e5db0eea042815d237810373857b.zip
docs: redirect master branchHEADmaster
Signed-off-by: Josh Morman <jmorman@gnuradio.org>
-rwxr-xr-xREADME.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6ba938aa3..ad09831d2 100755
--- a/README.md
+++ b/README.md
@@ -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>