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:
parent
1d04a6fda7
commit
a870bc9ddf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue