File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 44
44
- [ Stripspace命令] ( #stripspace )
45
45
- [ 检出Pull Requests] ( #checking-out-pull-requests )
46
46
- [ 提交空改动 :trollface:] ( #empty-commits-trollface )
47
- - [ Styled Git Status] ( #styled-git-status )
48
- - [ Styled Git Log] ( #styled-git-log )
49
- - [ Git Query ] ( #git-query )
50
- - [ Merged Branches ] ( #merged-branches )
51
- - [ Web Server for Browsing Local Repositories ] ( #web-server-for-browsing-local-repositories )
52
- - [ Git Configurations ] ( #git-configurations )
53
- - [ Aliases ] ( #aliases )
54
- - [ Auto-Correct ] ( #auto-correct )
55
- - [ Color ] ( #color )
56
- - [ Git Resources ] ( #git-resources )
57
- - [ Git Books ] ( #git-books )
47
+ - [ 更直观的Git Status] ( #styled-git-status )
48
+ - [ 更直观的Git Log] ( #styled-git-log )
49
+ - [ Git查询 ] ( #git-query )
50
+ - [ 合并分支 ] ( #merged-branches )
51
+ - [ 使用网页查看本地仓库 ] ( #web-server-for-browsing-local-repositories )
52
+ - [ Git配置 ] ( #git-configurations )
53
+ - [ Git命令自定义别名 ] ( #aliases )
54
+ - [ 自动更正 ] ( #auto-correct )
55
+ - [ 带颜色输出 ] ( #color )
56
+ - [ Git资源 ] ( #git-resources )
57
+ - [ Git参考书籍 ] ( #git-books )
58
58
59
59
## GitHub
60
60
### 忽略空白字符变化
@@ -731,7 +731,7 @@ $ git comit -m "Message"
731
731
# in 0.1 seconds automatically...
732
732
```
733
733
734
- #### 带颜色输入
734
+ #### 带颜色输出
735
735
要在你的Git命令输出里加上颜色的话,可以用如下命令:
736
736
737
737
``` bash
You can’t perform that action at this time.
0 commit comments