diff options
author | Frederick Muriuki Muriithi | 2024-11-18 14:04:46 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-11-18 14:04:46 -0600 |
commit | 14236e9c23f76d61d3aba63659871b8f34057023 (patch) | |
tree | 52e9ba93398953404b5c1f38eaa7f6702ac6fadc /fredm-test-uri-push.md | |
parent | 4623225b0adb0846a4c2e879a33b31884d2e5f05 (diff) | |
download | gn-guile-test-uri-push.tar.gz |
Test pushing with remote URItest-uri-push
Diffstat (limited to 'fredm-test-uri-push.md')
-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 +``` |