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

This commit is contained in:
TM Lee 2017-04-25 13:50:59 +08:00
parent 1005389f70
commit fd482ace44
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,4 @@
---
title: Change Git commit command in Existing folder to git commit -m
merge_request: 10900
author: TM Lee