Commit fd482ace authored by TM Lee's avatar TM Lee

[#31254] Change Git commit command in "Existing folder" to git commit -m

parent 1005389f
......@@ -60,7 +60,7 @@
git init
git remote add origin #{ content_tag(:span, default_url_to_repo, class: 'clone')}
git add .
git commit
git commit -m "Initial commit"
git push -u origin master
%fieldset
......
---
title: Change Git commit command in Existing folder to git commit -m
merge_request: 10900
author: TM Lee
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment