blob: 044570bf20eeeaa2255284d05f83b9b139ce036e (
plain)
1
2
3
4
5
6
7
8
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
```
|