GD_test クローンの手順 ・https://github.com/Tealands/GD_test にアクセスする ・CodeからURLをコピーする ・git clone (URL) をVSCodeでクローンしたいディレクトリでターミナルに打ち込む issueからbranchを作る //branch名はアルファベットで書くこと mergeを依頼する手順 ターミナルで以下のように打ち込む git add . git commit -m "メッセージ" //メッセージは日本語を含めてよい git push ・https://github.com/Tealands/GD_test でpullrequestを作成する # 以下のブランチに関するコード一覧 git branch -a git branch -d branchname git checkout -b branchname git checkout branchname git pull origin main