parent
b99cbf47af
commit
773545d533
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue