Compare commits

...

2 Commits

Author SHA1 Message Date
every_holiday
836c97c5b7 Merge branch 'main' of https://git.vrcworldtour.com/every_holiday/vrcwt-test 2026-03-19 19:29:02 +09:00
every_holiday
0ed9898bf1 fix 画像配置を修正 2026-03-19 19:28:06 +09:00
2 changed files with 7 additions and 3 deletions

View File

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