File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
"attachmentFolderPath" : " ./attachments" ,
4
4
"promptDelete" : false ,
5
5
"alwaysUpdateLinks" : true ,
6
- "showRibbon" : true ,
7
6
"pdfExportSettings" : {
8
7
"includeName" : true ,
9
8
"pageSize" : " Letter" ,
Original file line number Diff line number Diff line change 5
5
"textFontFamily" : " JetBrains Mono" ,
6
6
"nativeMenus" : false ,
7
7
"cssTheme" : " Border" ,
8
- "baseFontSize" : 16
8
+ "baseFontSize" : 16 ,
9
+ "showRibbon" : true
9
10
}
Original file line number Diff line number Diff line change @@ -818,7 +818,7 @@ git config --global --add safe.directory "*"
818
818
https://github.com/gitextensions/gitextensions
819
819
可以可视化查看提交历史,还可以实现单个文件的版本比较等操作
820
820
821
- 不过感觉用熟悉命令行后再用这个软件才感觉到便捷一点
821
+ 不过感觉用熟悉命令行后再用这个软件才感觉到便捷一点,但是最终感觉还是命令行比较方便
822
822
# 后记
823
823
824
824
本文档乃速成之作,为了方便使用git命令行所著,现投递到公共仓库中,各位可以fork之后提交pull request,以此来完善此文。
You can’t perform that action at this time.
0 commit comments