Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
fd482ace
Commit
fd482ace
authored
Apr 25, 2017
by
TM Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[#31254] Change Git commit command in "Existing folder" to git commit -m
parent
1005389f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
app/views/projects/empty.html.haml
app/views/projects/empty.html.haml
+1
-1
changelogs/unreleased/31254-change-git-commit-command-in-existing-folder.yml
...ed/31254-change-git-commit-command-in-existing-folder.yml
+4
-0
No files found.
app/views/projects/empty.html.haml
View file @
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
...
...
changelogs/unreleased/31254-change-git-commit-command-in-existing-folder.yml
0 → 100644
View file @
fd482ace
---
title
:
Change Git commit command in Existing folder to git commit -m
merge_request
:
10900
author
:
TM Lee
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment