diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2024-08-27 12:02:32 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-09-02 18:18:12 +0200 |
commit | 8c1e320dd40c8f99df46bdf0f1097d2365485519 (patch) | |
tree | a02ced29f8b3c5497733f75d0c040d62746ef5f1 /_examples | |
parent | 5c762aefcd8dded79e25bc2055254b4146e2b5a9 (diff) | |
download | go-git-push_url.tar.gz |
This is a hack: we should collect pull URLs and push URLs (if
any) separately and use the appropriate ones, or perhaps add a
flag to each URL, whether it is capable of pushing.
Also, add test for the remote URLs (pull and push)
Diffstat (limited to '_examples')
-rw-r--r-- | _examples/clone/auth/ssh/ssh_agent/.gitignore | 1 | ||||
-rw-r--r-- | _examples/push/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/_examples/clone/auth/ssh/ssh_agent/.gitignore b/_examples/clone/auth/ssh/ssh_agent/.gitignore new file mode 100644 index 0000000..6b40bab --- /dev/null +++ b/_examples/clone/auth/ssh/ssh_agent/.gitignore @@ -0,0 +1 @@ +go-git-example-clone-auth-ssh_agent diff --git a/_examples/push/.gitignore b/_examples/push/.gitignore new file mode 100644 index 0000000..27f20a4 --- /dev/null +++ b/_examples/push/.gitignore @@ -0,0 +1 @@ +go-git-example-push |