Benjamin Renard commited on 2013-08-21 16:11:32
Showing 1 changed files, with 2 additions and 2 deletions.
| ... | ... |
@@ -2,6 +2,6 @@ |
| 2 | 2 |
<p class='addrepo_empty'> |
| 3 | 3 |
In your local repositry : |
| 4 | 4 |
<pre>git remote add origin "<?php echo $page['addrepo']['URL']; ?>" |
| 5 |
-git branch --set-upstream master origin/master |
|
| 6 |
-git push</pre> |
|
| 5 |
+git push origin master |
|
| 6 |
+git branch --set-upstream master origin/master</pre> |
|
| 7 | 7 |
</p> |
| 8 | 8 |