Update README.md

This commit is contained in:
JMW Software 2020 2020-11-18 13:33:39 -06:00 committed by GitHub
parent 5412b5b225
commit e2d9565c68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -16,4 +16,5 @@ for i in $(cat remotes.txt); do echo $i | xargs git remote add 2>/dev/null || ec
which will go through all the remotes in remotes.txt and add them to git
:D