diff options
-rw-r--r-- | fredm-test-uri-push.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fredm-test-uri-push.md b/fredm-test-uri-push.md new file mode 100644 index 0000000..044570b --- /dev/null +++ b/fredm-test-uri-push.md @@ -0,0 +1,9 @@ +# Test Push With Remote URI + +We'll run the following sets of commands: + +```sh +$ export CURRENT_REPO_PATH="/home/frederick/genenetwork/gn-guile" +$ export REMOTE_REPO_URI="fredm@git.genenetwork.org:/home/git/public/gn-guile" +$ git -C ${CURRENT_REPO_PATH} push ${REMOTE_REPO_URI} test-uri-push +``` |