Commit 554c4e0d authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '31254-change-git-commit-command-in-existing-folder' into 'master'

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

Closes #31254

See merge request !10900
parents ce5c08c6 fd482ace
......@@ -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