Skip to content

komazawa-deep-learning/komazawa-deep-learning.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2021年度 駒澤大学 心理学特講 IIIA

  • author: 浅川伸一
  • date: 2020-0430

ページの更新方法

$ git clone https://project-ccap.github.io.git
$ cd project-ccap.githuh.io.git
$ git checkout -b 適当なブランチ名

...編集作業を行う

$ git commit -m '編集した内容' -a
$ git push -u origin ブランチ名
  • GitHub上で pull request を作成する
  • mergeは管理者が行う
$ git checkout master
$ git pull
$ git branch -d ブランチ名