File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ Git 有三种状态,你的文件可能处于其中之一:
152
152
主体部分可以是很少的几行,来加入更多的细节来解释提交,最好是能给出一些相关的背景或者解释这个提交能修复和解决什么问题。
153
153
154
154
主体部分当然也可以有几段,但是一定要注意换行和句子不要太长。因为这样在使用 "git log" 的时候会有缩进比较好看。
155
-
155
+
156
156
提交的标题行描述应该尽量的清晰和尽量的一句话概括。这样就方便相关的 Git 日志查看工具显示和其他人的阅读。
157
157
158
158
### 推送改动到远程仓库
@@ -260,9 +260,13 @@ git branch -d feature_x
260
260
git push origin
261
261
```
262
262
263
+ ## 推荐
264
+
265
+ ** 在线演示学习工具:**
263
266
267
+ 「补充,来自[ issue729] ( https://github.com/Snailclimb/JavaGuide/issues/729 ) 」Learn Git Branching https://oschina.gitee.io/learn-git-branching/ 。该网站可以方便的演示基本的git操作,讲解得明明白白。每一个基本命令的作用和结果。
264
268
265
- ## 推荐阅读
269
+ ** 推荐阅读: **
266
270
267
271
- [ Git - 简明指南] ( http://rogerdudler.github.io/git-guide/index.zh.html )
268
272
- [ 图解Git] ( http://marklodato.github.io/visual-git-guide/index-zh-cn.html )
You can’t perform that action at this time.
0 commit comments