Modify empty project instructions to use double quotes for commit msg.

http://feedback.gitlab.com/forums/176466-general/suggestions/6006904-modify-instruction-to-use-double-quotes-for-windo
This commit is contained in:
Achilleas Pipinellis 2014-08-31 01:08:01 +03:00
parent 1d04a6fda7
commit a870bc9ddf

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