Zionetrix::Git
Repositories
Help
Report an Issue
viewgit-addrepo-plugin
Code
Commits
Branches
Tags
Search
Tree:
28d3d86
Branches
Tags
master
viewgit-addrepo-plugin
addrepo
templates
summary.php
Fixed first commit push method
Benjamin Renard
commited
28d3d86
at 2013-08-21 16:11:32
summary.php
Blame
History
Raw
<h1 class='addrepo_empty'>To push your first commits</h1> <p class='addrepo_empty'> In your local repositry : <pre>git remote add origin "<?php echo $page['addrepo']['URL']; ?>" git push origin master git branch --set-upstream master origin/master</pre> </p>