Changes between Version 27 and Version 28 of SourceCodeGit
- Timestamp:
- Mar 28, 2013, 1:09:34 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SourceCodeGit
v27 v28 134 134 }}} 135 135 136 If you used the standard key filename id_rsa and you want the repository named boinc .git,136 If you used the standard key filename id_rsa and you want the repository named boinc-v2.git, 137 137 use the following URL to access the repository: 138 138 {{{ 139 ssh://gitolite@boinc.berkeley.edu/boinc .git139 ssh://gitolite@boinc.berkeley.edu/boinc-v2.git 140 140 }}} 141 141 … … 158 158 159 159 {{{ 160 git clone boinc-git-server:boinc .git160 git clone boinc-git-server:boinc-v2.git 161 161 }}} 162 162