Compare commits
2 Commits
3e75138360
...
836c97c5b7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
836c97c5b7 | ||
|
|
0ed9898bf1 |
@@ -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に戻り作業したい箇所に下記コマンドを実行します
|
||||

|
||||
|
||||
`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.
|
||||
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Reference in New Issue
Block a user