Changeset - 02a26ed03537
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2011-12-17 23:12:58
marcin@python-works.com
fixed instructions for git
1 file changed with 5 insertions and 5 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/shortlog/shortlog_data.html
Show inline comments
 
@@ -64,14 +64,14 @@ ${c.repo_changesets.pager('$link_previou
 

	
 
<h4>${_('Push new repo')}</h4>     
 
<pre>
 
    hg clone ${c.clone_repo_url}
 
    hg add README # add first file
 
    hg commit -m "Initial" # commit with message
 
    hg push # push changes back
 
    ${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
 
</pre>
 
 
 
<h4>${_('Existing repository?')}</h4>
 
<pre>
 
    hg push ${c.clone_repo_url}
 
    ${c.rhodecode_repo.alias} push ${c.clone_repo_url}
 
</pre>    
 
%endif
0 comments (0 inline, 0 general)