-
リポジトリをクローンする
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に入ってから行ってください!