diff options
author | Siri Reiter <siri@pjones.dk> | 2021-07-18 18:58:12 +0200 |
---|---|---|
committer | Siri Reiter <siri@pjones.dk> | 2021-07-18 19:01:31 +0200 |
commit | 0a47de39208c54602c7153b7acba9fe1af0046c8 (patch) | |
tree | f1948eaebf3c130ba614bb2d5feb54432f066aa1 | |
parent | ed4f13b2367a6a9f2054edd4b1974419ba338ca9 (diff) |
fix clone uri
-rw-r--r-- | USE.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ in one go: To collaborate on a shared git repository, first create a local copy from the shared location: - git clone git://source.example.org/example + git clone git.example.org:/srv/git/source.example.org/example.git Then from time to time syncronize, first fetch eventual updates from others |