提交 e78b2b90 编写于 作者: R Robert Schilling

Merge branch 'double_quotes_empty_project' into 'master'

Modify empty project instructions to use double quotes for commit mesage

Fixes http://feedback.gitlab.com/forums/176466-general/suggestions/6006904-modify-instruction-to-use-double-quotes-for-windo

See merge request !179
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册