From: Chris Koeritz Date: Tue, 6 Sep 2016 21:44:34 +0000 (-0400) Subject: added more info about how repo was constructed. probably via remote add. X-Git-Tag: 2.140.90~473 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=f7ad4004c47b2393310fe1fa50b3782ea095d877;p=feisty_meow.git added more info about how repo was constructed. probably via remote add. --- diff --git a/scripts/rev_control/push_repo_upstream.sh b/scripts/rev_control/push_repo_upstream.sh index 338e0bf4..a92ed74a 100644 --- a/scripts/rev_control/push_repo_upstream.sh +++ b/scripts/rev_control/push_repo_upstream.sh @@ -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