more federation directions

This commit is contained in:
vulpine 2020-07-25 01:56:27 +00:00
parent d4bb1be242
commit ca4a1054ee
1 changed files with 13 additions and 3 deletions

View File

@ -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