Fix instructions for empty repo + existing files

Fixes #2242
This commit is contained in:
Jeff Blaine 2015-08-10 14:53:44 -04:00
parent b99cbf47af
commit 773545d533

View file

@ -43,6 +43,8 @@
cd existing_folder
git init
git remote add origin #{ content_tag(:span, default_url_to_repo, class: 'clone')}
git add .
git commit
git push -u origin master
- if can? current_user, :remove_project, @project