fix 画像配置を修正

This commit is contained in:
every_holiday
2026-03-19 19:28:06 +09:00
parent 4d8b3437f3
commit 0ed9898bf1
2 changed files with 7 additions and 3 deletions

View File

@@ -11,6 +11,7 @@
- [Git Teaの設定](#git-teaの設定)
- [GitTeaにプッシュするための設定](#gitteaにプッシュするための設定)
- [リポジトリをクローンする方法](#リポジトリをクローンする方法)
- [`https://git.vrcworldtour.com/every_holiday/vrcwt-test.git`](#httpsgitvrcworldtourcomevery_holidayvrcwt-testgit)
- [リポジトリごとの設定](#リポジトリごとの設定)
- [変更を保存・反映するstaging \& Commit \& Push](#変更を保存反映するstaging--commit--push)
- [1. 変更したファイルを確認する](#1-変更したファイルを確認する)
@@ -56,10 +57,13 @@ git config --global rebase.autostash true
## リポジトリをクローンする方法
`<>code`または`<>コード`ボタンをクリックします
https箇所に下記のような表記があるのでClickしてコピー
`https://git.vrcworldtour.com/every_holiday/vrcwt-test.git`
- https箇所に下記のような表記があるのでClickしてコピー
自分のPCに戻り作業したい箇所に下記コマンドを実行します
![コードボタン](images/code_button.png "コードボタンの場所")
`https://git.vrcworldtour.com/every_holiday/vrcwt-test.git`
-
- 自分のPCに戻り作業したい箇所に下記コマンドを実行します
```bash
git clone https://git.vrcworldtour.com/every_holiday/vrcwt-test.git
Cloning into 'vrcwt-test'... remote: Enumerating objects: 3, done. remote: Counting objects: 100% (3/3), done. remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0) Receiving objects: 100% (3/3), done.

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB