Skip to content
Snippets Groups Projects
Commit ce30eb2b authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'gitdocfix' into 'master'

Fix instructions for empty repo + existing files

Fixes #2242

See merge request !1132
parents b99cbf47 773545d5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment