Changeset - 2e0a39df8934
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-07-25 21:58:44
marcin@python-works.com
better instructions for git start
1 file changed with 6 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/shortlog/shortlog_data.html
Show inline comments
 
@@ -78,6 +78,11 @@ ${c.repo_changesets.pager('$link_previou
 

	
 
<h4>${_('Existing repository?')}</h4>
 
<pre>
 
    ${c.rhodecode_repo.alias} push ${c.clone_repo_url}
 
%if h.is_git(c.rhodecode_repo):
 
    git remote add origin ${c.clone_repo_url}
 
    git push -u origin master
 
%else:
 
    hg push ${c.clone_repo_url}
 
%endif    
 
</pre>
 
%endif
0 comments (0 inline, 0 general)