|
8 months ago | |
---|---|---|
.gitignore | 1 year ago | |
README.md | 9 months ago | |
clean.py | 1 year ago | |
getkey.py | 9 months ago | |
nboard | 8 months ago |
python curses based yourwalloftext clone
read the --help text lol
to get more remotes, you can
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