diff --git a/app/views/repositories/show.html.erb b/app/views/repositories/show.html.erb index 565a31383..5237bbd6d 100644 --- a/app/views/repositories/show.html.erb +++ b/app/views/repositories/show.html.erb @@ -22,6 +22,7 @@ :class => 'repository' + (repo == @repository ? ' selected' : '') }.join(' | ').html_safe %>)
<% else %> +git init
@@ -30,11 +31,21 @@git remote add origin <%= @repos_url%>
git push -u origin master:master
git remote add origin <%= @repos_url%>
+git add .
+git commit -m "first commit"
git push -u origin master:matser
git remote add trustie <%= @repos_url%>
+git add .
+git commit -m "first commit"
+git push -u trustie master:matser
+