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