Skip to content

social-robotics-lab/bocco-emo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Bocco-emoチャン

環境構築

  1. リポジトリをクローンする

    git clone https://github.com/social-robotics-lab/bocco-emo.git
  2. その他はそれぞれのディレクトリで確認してください

gitでの開発

簡単なコマンドライン例

  1. ファイルをコミットするところにAddする

    git add .
  2. コミットメッセージをつけてコミットする

    git commit -m "message"
  3. ブランチを切る

    git switch -c new-branch-name
  4. ローカルからサーバーにプッシュする

    git push origin branch-name
  5. サーバーからローカルにプルする

    git pull origin branch-name

Warning

pushするときは、/bocco-emoまたは/speaking-testに入ってから行ってください!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •