more federation directions
This commit is contained in:
parent
d4bb1be242
commit
ca4a1054ee
1 changed files with 13 additions and 3 deletions
16
README.md
16
README.md
|
@ -2,8 +2,18 @@
|
||||||
|
|
||||||
python curses based yourwalloftext clone
|
python curses based yourwalloftext clone
|
||||||
|
|
||||||
|
## help
|
||||||
lol this is a great learning experience, because this is my first project to use
|
read the --help text lol
|
||||||
curses ;p
|
|
||||||
|
|
||||||
|
## 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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue