Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b989d1a

Browse files
[feat]添加git在线演示学习工具
1 parent be6a0c8 commit b989d1a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎docs/tools/Git.md‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Git 有三种状态,你的文件可能处于其中之一:
152152
主体部分可以是很少的几行,来加入更多的细节来解释提交,最好是能给出一些相关的背景或者解释这个提交能修复和解决什么问题。
153153

154154
主体部分当然也可以有几段,但是一定要注意换行和句子不要太长。因为这样在使用 "git log" 的时候会有缩进比较好看。
155-
155+
156156
提交的标题行描述应该尽量的清晰和尽量的一句话概括。这样就方便相关的 Git 日志查看工具显示和其他人的阅读。
157157

158158
### 推送改动到远程仓库
@@ -260,9 +260,13 @@ git branch -d feature_x
260260
git push origin
261261
```
262262

263+
## 推荐
264+
265+
**在线演示学习工具:**
263266

267+
「补充,来自[issue729](https://github.com/Snailclimb/JavaGuide/issues/729)」Learn Git Branching https://oschina.gitee.io/learn-git-branching/ 。该网站可以方便的演示基本的git操作,讲解得明明白白。每一个基本命令的作用和结果。
264268

265-
## 推荐阅读
269+
**推荐阅读:**
266270

267271
- [Git - 简明指南](http://rogerdudler.github.io/git-guide/index.zh.html)
268272
- [图解Git](http://marklodato.github.io/visual-git-guide/index-zh-cn.html)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /