SLING-3987 - move from Subversion to Git

Push to the github repos for the dry-run.

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1810060 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scripts/migrate-to-git.sh b/scripts/migrate-to-git.sh
index 34501bc..3c3817b 100755
--- a/scripts/migrate-to-git.sh
+++ b/scripts/migrate-to-git.sh
@@ -155,6 +155,7 @@
 
     else # -p
         pushd ${git_repo_location}/${repo_name}
+        # TODO - use the ASF remotes for the final run
         git remote add origin https://github.com/not-sling/${repo_name}.git
         git push -u origin master
         popd