Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlevel
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郝伟
gitlevel
Commits
2b072011
Commit
2b072011
authored
Apr 23, 2014
by
leopku
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add 'git commit'
parent
cac830a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
README.md
README.md
+10
-2
No files found.
README.md
View file @
2b072011
...
...
@@ -95,7 +95,15 @@
$ git add your.name.txt
```
5.
完成任务
5.
提交变更
在项目根目录下执行:
```console
$ git commit -m "add your.name.txt"
```
6.
完成任务
在项目根目录下执行:
...
...
@@ -104,7 +112,7 @@
```
**注意:此处 `your.name` 和第二步开始新任务中的your.name要保持一致。**
6
.
向远程版本库推送刚才的提交
7
.
向远程版本库推送刚才的提交
在项目根目录下执行:
...
...
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