Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce

This commit is contained in:
Dmitriy Zaporozhets 2014-09-01 12:19:17 +03:00
commit 4198b58a8c
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
git init
touch README
git add README
git commit -m 'first commit'
git commit -m "first commit"
git remote add origin #{ content_tag(:span, default_url_to_repo, class: 'clone')}
git push -u origin master