Show More
@@ -73,7 +73,7 b'' | |||
|
73 | 73 | ${c.rhodecode_repo.alias} clone ${c.clone_repo_url} |
|
74 | 74 | ${c.rhodecode_repo.alias} add README # add first file |
|
75 | 75 | ${c.rhodecode_repo.alias} commit -m "Initial" # commit with message |
|
76 | ${c.rhodecode_repo.alias} push # push changes back | |
|
76 | ${c.rhodecode_repo.alias} push ${'origin master' if h.is_git(c.rhodecode_repo) else ''} # push changes back | |
|
77 | 77 | </pre> |
|
78 | 78 | |
|
79 | 79 | <h4>${_('Existing repository?')}</h4> |
General Comments 0
You need to be logged in to leave comments.
Login now