# 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 ```