From a870bc9ddfa11f88cb1e1b177bb1c207a8321479 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Sun, 31 Aug 2014 01:08:01 +0300 Subject: 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 --- app/views/projects/empty.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/empty.html.haml b/app/views/projects/empty.html.haml index 97dc73bce14..c0baa3f90e4 100644 --- a/app/views/projects/empty.html.haml +++ b/app/views/projects/empty.html.haml @@ -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 -- cgit v1.2.1