File | Lines added | Lines deleted |
---|---|---|
root/themes/default/hints/repo/clone_git.html | 1 | 2 |
root/themes/default/hints/repo/clone_http.html | 1 | 2 |
root/themes/default/hints/repo/clone_ssh.html | 1 | 2 |
File root/themes/default/hints/repo/clone_git.html changed (mode: 100644) (index e6f6040..17e79c3) | |||
1 | 1 | <br /> | <br /> |
2 | 2 | Clone this repository using git:<br /> | Clone this repository using git:<br /> |
3 | 3 | <div class="xcode"> | <div class="xcode"> |
4 | git clone @@ri::clone_url_git@@ local_dir<br /> | ||
5 | cd local_dir<br /> | ||
4 | git clone @@ri::clone_url_git@@<br /> | ||
6 | 5 | </div> | </div> |
File root/themes/default/hints/repo/clone_http.html changed (mode: 100644) (index 5876e5d..009d786) | |||
1 | 1 | <br /> | <br /> |
2 | 2 | Clone this repository using http:<br /> | Clone this repository using http:<br /> |
3 | 3 | <div class="xcode"> | <div class="xcode"> |
4 | git clone @@ri::clone_url_http@@ local_dir<br /> | ||
5 | cd local_dir<br /> | ||
4 | git clone @@ri::clone_url_http@@<br /> | ||
6 | 5 | </div> | </div> |
File root/themes/default/hints/repo/clone_ssh.html changed (mode: 100644) (index 12cfec8..ce697aa) | |||
1 | 1 | <br /> | <br /> |
2 | 2 | Clone this repository using ssh (do not forget to upload a key first):<br /> | Clone this repository using ssh (do not forget to upload a key first):<br /> |
3 | 3 | <div class="xcode"> | <div class="xcode"> |
4 | git clone @@ri::clone_url_ssh@@ local_dir<br /> | ||
5 | cd local_dir<br /> | ||
4 | git clone @@ri::clone_url_ssh@@<br /> | ||
6 | 5 | </div> | </div> |