チーム名は未定
作業を始めるとき
$git pull
githubにあげるとき
$git add .
$git commit -m "何を実装したかを書く"
$git push
初回のみ
$git clone https://github.com/NITTC-ComputerClub.git
$git clone [email protected]:NITTC-ComputerClub/AH4.git
アカウント登録
$git config --global user.name "githubのusernameを入れる"
$git config --global user.email githubを登録しているメールアドレス