added more info about how repo was constructed. probably via remote add.
authorChris Koeritz <fred@gruntose.com>
Tue, 6 Sep 2016 21:44:34 +0000 (17:44 -0400)
committerChris Koeritz <fred@gruntose.com>
Tue, 6 Sep 2016 21:44:34 +0000 (17:44 -0400)
scripts/rev_control/push_repo_upstream.sh

index 338e0bf442282da009c8f77e528a865d13ea13ff..a92ed74a2af460d7ecb4dbfeb286f762018a3c6c 100644 (file)
@@ -9,6 +9,18 @@
 #
 # rats: how did i set up that archive?
 #       we need to have those steps someplace.
+# the remote config is like this so far:
+#
+#fred@serene $ git remote -v
+#origin        ssh://fred_t_hamster@git.code.sf.net/p/feistymeow/trunk (fetch)
+#origin        ssh://fred_t_hamster@git.code.sf.net/p/feistymeow/trunk (push)
+#upstream      git@feistymeow.org:feisty_meow (fetch)
+#upstream      git@feistymeow.org:feisty_meow (push)
+#
+# so, we've got it hooked together with a named remote called "upstream" that is
+# actually our source location, and the target is actually the "origin" remote for
+# the repository.
+
 
 dir="$1"; shift
 if [ -z "$dir" ]; then