Changeset - f635e8bdfb60
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2012-04-11 19:11:15
marcin@python-works.com
fix initial instructions for git
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/shortlog/shortlog_data.html
Show inline comments
 
@@ -73,7 +73,7 @@ ${c.repo_changesets.pager('$link_previou
 
    ${c.rhodecode_repo.alias} clone ${c.clone_repo_url}
 
    ${c.rhodecode_repo.alias} add README # add first file
 
    ${c.rhodecode_repo.alias} commit -m "Initial" # commit with message
 
    ${c.rhodecode_repo.alias} push # push changes back
 
    ${c.rhodecode_repo.alias} push ${'origin master' if h.is_git(c.rhodecode_repo) else ''} # push changes back
 
</pre>
 

	
 
<h4>${_('Existing repository?')}</h4>
0 comments (0 inline, 0 general)