From e2d9565c68e9e1a900700b73844f4772f7b80778 Mon Sep 17 00:00:00 2001 From: JMW Software 2020 <64808202+JMWSoftware2020@users.noreply.github.com> Date: Wed, 18 Nov 2020 13:33:39 -0600 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ea8010..0945412 100755 --- a/README.md +++ b/README.md @@ -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