# HG changeset patch # User Marcin Kuzminski # Date 2012-04-11 17:11:15 # Node ID f635e8bdfb60b5ecb1493be88cebb917fec8a90d # Parent e1c1ebbe73468493333b95672f3b2831522c0fb9 fix initial instructions for git diff --git a/rhodecode/templates/shortlog/shortlog_data.html b/rhodecode/templates/shortlog/shortlog_data.html --- a/rhodecode/templates/shortlog/shortlog_data.html +++ b/rhodecode/templates/shortlog/shortlog_data.html @@ -73,7 +73,7 @@ ${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

${_('Existing repository?')}