From edad8536b3dfd2f8871e2ef3a080b5bbbb3200dd Mon Sep 17 00:00:00 2001 From: Ilona Brand Date: Wed, 20 Dec 2023 16:02:22 -0600 Subject: [PATCH 1/2] Update README.md to reflect the state of the Spoke hand off --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8b1a48417..445869bc9 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,7 @@ # StateVoices is the new community steward for Spoke! -On November 19th, the repo Spoke was transfered from MoveOn to StateVoices. - -[Join us for the Merge Party for more information.](https://www.mobilize.us/statevoices/event/592881/) +On November 19th, the repo Spoke was transfered from MoveOn to StateVoices. If you're looking for the most up-to-date Spoke to fork from, start [at the StateVoices repo](https://github.com/StateVoicesNational/Spoke) ## Spoke History @@ -12,7 +10,7 @@ Spoke is an open source text-distribution tool for organizations to mobilize sup Spoke was created by Saikat Chakrabarti and Sheena Pakanati, and is now maintained by MoveOn.org. -The latest version is [13.1.0](https://github.com/StateVoicesNational/Spoke/tree/13.1.0) (see [release notes](https://github.com/StateVoicesNational/Spoke/blob/main/docs/RELEASE_NOTES.md#v1310)) +The latest version can be found on the [State Voices repo page](https://github.com/StateVoicesNational/Spoke) (see [release notes](https://github.com/StateVoicesNational/Spoke/blob/main/docs/RELEASE_NOTES.md)) ## Setting up Spoke From 47ae9dee9ba66a9b3ae13e6a506855d1a363870d Mon Sep 17 00:00:00 2001 From: Ilona Brand Date: Wed, 20 Dec 2023 16:12:38 -0600 Subject: [PATCH 2/2] add remote switching to the README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 445869bc9..837b83d7e 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,13 @@ Spoke was created by Saikat Chakrabarti and Sheena Pakanati, and is now maintain The latest version can be found on the [State Voices repo page](https://github.com/StateVoicesNational/Spoke) (see [release notes](https://github.com/StateVoicesNational/Spoke/blob/main/docs/RELEASE_NOTES.md)) +If you're a developer switching over from the MoveOn fork to the new StateVoices base, you can run: +``` +git remote set-url upstream https://github.com/StateVoicesNational/Spoke +git remote set-url origin https://github.com/StateVoicesNational/Spoke +``` +to reset where your repo is pointing and ensure you're pulling the correct code. + ## Setting up Spoke