From ca4a1054eec60f3c2982f0bb30e8117946f53e72 Mon Sep 17 00:00:00 2001 From: xfnw Date: Sat, 25 Jul 2020 01:56:27 +0000 Subject: [PATCH] more federation directions --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c791958..9ea8010 100755 --- a/README.md +++ b/README.md @@ -2,8 +2,18 @@ python curses based yourwalloftext clone - -lol this is a great learning experience, because this is my first project to use -curses ;p +## help +read the --help text lol + + +## managing remotes +to get more remotes, you can + +```bash +for i in $(cat remotes.txt); do echo $i | xargs git remote add 2>/dev/null || echo $i | xargs git remote set-url ; done +``` +(command stolen from gitbbs lol) + +which will go through all the remotes in remotes.txt and add them to git