-
リポジトリをクローンする
git clone https://github.com/social-robotics-lab/bocco-emo.git
-
その他はそれぞれのディレクトリで確認してください
簡単なコマンドライン例
-
ファイルをコミットするところにAddする
git add .
-
コミットメッセージをつけてコミットする
git commit -m "message"
-
ブランチを切る
git switch -c new-branch-name
-
ローカルからサーバーにプッシュする
git push origin branch-name
-
サーバーからローカルにプルする
git pull origin branch-name
Warning
pushするときは、/bocco-emo
または/speaking-test
に入ってから行ってください!