diff --git a/docs/README.md b/README.md similarity index 94% rename from docs/README.md rename to README.md index 248ceac..570f620 100644 --- a/docs/README.md +++ b/README.md @@ -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. diff --git a/images/コード.png b/images/code_button.png similarity index 100% rename from images/コード.png rename to images/code_button.png