Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 509 Bytes

File metadata and controls

26 lines (19 loc) · 509 Bytes

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 ブランチ名