Skip to content

Commit cf6ab9e

Browse files
authored
Merge pull request #8 from lec-org/sy_new
force
2 parents e5200da + a358b94 commit cf6ab9e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.obsidian/app.json

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"attachmentFolderPath": "./attachments",
44
"promptDelete": false,
55
"alwaysUpdateLinks": true,
6-
"showRibbon": true,
76
"pdfExportSettings": {
87
"includeName": true,
98
"pageSize": "Letter",

.obsidian/appearance.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"textFontFamily": "JetBrains Mono",
66
"nativeMenus": false,
77
"cssTheme": "Border",
8-
"baseFontSize": 16
8+
"baseFontSize": 16,
9+
"showRibbon": true
910
}

Git.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ git config --global --add safe.directory "*"
818818
https://github.com/gitextensions/gitextensions
819819
可以可视化查看提交历史,还可以实现单个文件的版本比较等操作
820820

821-
不过感觉用熟悉命令行后再用这个软件才感觉到便捷一点
821+
不过感觉用熟悉命令行后再用这个软件才感觉到便捷一点,但是最终感觉还是命令行比较方便
822822
# 后记
823823

824824
本文档乃速成之作,为了方便使用git命令行所著,现投递到公共仓库中,各位可以fork之后提交pull request,以此来完善此文。

0 commit comments

Comments
 (0)