Commit 2b072011 by leopku

add 'git commit'

parent cac830a6
...@@ -95,7 +95,15 @@ ...@@ -95,7 +95,15 @@
$ git add your.name.txt $ git add your.name.txt
``` ```
5. 完成任务 5. 提交变更
在项目根目录下执行:
```console
$ git commit -m "add your.name.txt"
```
6. 完成任务
在项目根目录下执行: 在项目根目录下执行:
...@@ -104,7 +112,7 @@ ...@@ -104,7 +112,7 @@
``` ```
**注意:此处 `your.name` 和第二步开始新任务中的your.name要保持一致。** **注意:此处 `your.name` 和第二步开始新任务中的your.name要保持一致。**
6. 向远程版本库推送刚才的提交 7. 向远程版本库推送刚才的提交
在项目根目录下执行: 在项目根目录下执行:
......
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