aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-11-18 14:04:46 -0600
committerFrederick Muriuki Muriithi2024-11-18 14:04:46 -0600
commit14236e9c23f76d61d3aba63659871b8f34057023 (patch)
tree52e9ba93398953404b5c1f38eaa7f6702ac6fadc
parent4623225b0adb0846a4c2e879a33b31884d2e5f05 (diff)
downloadgn-guile-test-uri-push.tar.gz
Test pushing with remote URItest-uri-push
-rw-r--r--fredm-test-uri-push.md9
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
+```