diff options
author | Josh Morman <jmorman@gnuradio.org> | 2022-01-18 09:46:15 -0500 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2022-01-18 10:41:53 -0500 |
commit | 3349d483a1f7e5db0eea042815d237810373857b (patch) | |
tree | c72b727759b4cb077cc436921f85a67082c94bc2 | |
parent | b2c9623cbd548bd86250759007b80b61bd4a2a06 (diff) |
Signed-off-by: Josh Morman <jmorman@gnuradio.org>
-rwxr-xr-x | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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> |