-
choco install git -y
をコマンドプロンプト or Powershellで打つ -
git -h
をコマンドプロンプト or Powershellで打って、ヘルプ画面が出ることを確認
git -h
をターミナルで打って、ヘルプ画面が出ることを確認
エラーが出たり、次の手順がわからなかったら部員に聞いてね
-
https://github.com/RICORA/git-tutorial-2022
をclone
しよう -
(yourname)-git-lec1
というブランチを作って、そのブランチに切り替えよう -
lec1 ディレクトリに入って、hello.pyを編集して "git-tutorial" と出力するようにしよう
-
hello.py を
add
して、commit
しよう -
https://github.com/RICORA/git-tutorial-2022
にプルリクエストを出してみよう
-
https://github.com/RICORA/git-tutorial-2022
をclone
しよう -
(yourname)-git-lec2
というブランチを作って、そのブランチに切り替えよう -
lec2 ディレクトリに入って、lec2.pyを編集して
commit
をまとめよう -
lec2.pyを
add
してcommit
しよう -
https://github.com/RICORA/git-tutorial-2022
にプルリクエストを出そう
-
https://github.com/RICORA/alg-HP
をclone
しよう-
docs/page-member-(your name)
というブランチにswitch
しよう -
content/page/member/index.md に自分のプロフィールを記載しよう
-
add
してcommit
しよう -
https://github.com/RICORA/alg-HP
にプルリクエストを出そう
-