Skip to content

Commit 4103bd0

Browse files
Sync from Vault: 2025-08-23 04:10:51
1 parent 855360b commit 4103bd0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/Obsidian環境構築.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ tags:
3232
- 会員登録不要で無料で使えるから
3333
- ローカルLLMを動かせるから
3434

35-
他の競合ツールも調べたけど、`Obsidian``VS Code``OneNote``draw.io`の良いところを混ぜたような感じで、
36-
無料にも関わらず自分の求めてることが全てできそうだった。
35+
他の競合ツールも調査しましたが、`Obsidian``VS Code``OneNote``draw.io`の利点を兼ね備えており、無料で自分の求める機能が全て実現できると判断しました。
3736

3837

3938
## 何の媒体使ってるの
@@ -121,13 +120,15 @@ git config core.autocrlf false
121120
git config --global core.autocrlf false
122121
```
123122
#### .gitattributesに記載
123+
`.gitattributes`ファイルに以下の設定を追記します。
124124
```
125125
# コミット時に改行コードをLFに変換
126126
* text eol=lf
127127
```
128-
128+
129+
設定を反映させるには、以下のコマンドを実行してGitの設定を再読み込みしてください。
129130
```bash
130-
# カレントディレクトりのgitの設定を再読み込み
131+
# カレントディレクトリのgitの設定を再読み込み
131132
git rm --cached -r .
132133
git reset
133134
```

0 commit comments

Comments
 (0)