日別アーカイブ: 2021年10月24日

GitHub7(プルリクエスト、git pull)

その6から続きます。

リモートリポジトリからクローン

cd ~/environment/git_repositories/
git clone git@github.com:******/githubflow.git
パスフレーズをコマンド
ls
githubflow tutorial tutorial_2
↑のようになればOK
cd githubflow/
ls
README.md
↑のようになればOK

ブランチを生成してソースコードの記述

続きを読む