Skip to content

Commit 227f57c

Browse files
committed
Fix semantic of description of VS Code Extension
1 parent 62c006c commit 227f57c

File tree

1 file changed

+10
-7
lines changed
  • docs/3-web-servers/10-git-github-init

1 file changed

+10
-7
lines changed

docs/3-web-servers/10-git-github-init/index.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,16 @@ ssh-ed25519 AAAAC3...P3D6i user@computer
145145

146146
VS Code 標準の機能だけでも多くのことができますが、より便利に利用するために拡張機能を併用していきます。次の拡張機能をインストールしておきましょう。
147147

148-
- [GitLens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens)
149-
コミットの差分などが見やすくなり便利
150-
![GitLens](./gitLens.png)
148+
### [GitLens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens)
151149

152-
- [Git Graph](https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph)
153-
コマンドパレット(`Cmd / Ctrl + Shift + P`)に `Git Graph: View Git Graph (git log)` というメニューが出て見やすい
150+
コミットの差分などが見やすくなり便利
154151

155-
![GitGragh](./gitGraph.png)
152+
![GitLens](./gitLens.png)
156153

157-
![GitGragh拡張機能の様子](./gitGraph-view.png)
154+
### [Git Graph](https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph)
155+
156+
コマンドパレット(`Cmd / Ctrl + Shift + P`)に `Git Graph: View Git Graph (git log)` というメニューが出て見やすい
157+
158+
![GitGragh](./gitGraph.png)
159+
160+
![GitGragh拡張機能の様子](./gitGraph-view.png)

0 commit comments

Comments
 (0)