Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 569 Bytes

File metadata and controls

28 lines (23 loc) · 569 Bytes

ハッカソンチーム4のリポジトリ

チーム名は未定

gitの使い方

作業を始めるとき

$git pull

githubにあげるとき

$git add .
$git commit -m "何を実装したかを書く"
$git push

初回のみ

$git clone https://github.com/NITTC-ComputerClub.git
$git clone git@github.com:NITTC-ComputerClub/AH4.git

アカウント登録

$git config --global user.name "githubのusernameを入れる"
$git config --global user.email githubを登録しているメールアドレス