28d3d86b37ebae17958196d470ba270a20fc27ca
Benjamin Renard Initial commit

Benjamin Renard authored 11 years ago

1) <h1 class='addrepo_empty'>To push your first commits</h1>
2) <p class='addrepo_empty'>
3) In your local repositry :
4) <pre>git remote add origin "<?php echo $page['addrepo']['URL']; ?>"
Benjamin Renard Fixed first commit push method

Benjamin Renard authored 11 years ago

5) git push origin master
6) git branch --set-upstream master origin/master</pre>