@@ -7,7 +7,7 @@ backgroundImage: url('https://marp.app/assets/hero-background.jpg')
77
88# Git and GitHub tutorial
99
10- ** @ 2020-11-10 / by Akio Taniguchi (A-lab, postdoc)**
10+ ** @ 2022-09-07 / by Akio Taniguchi (A-lab, postdoc)**
1111
1212- ** 目的:**
1313 - 世界標準のバージョン管理システム[ Git] ( https://git-scm.com/ ) と開発プラットフォーム[ GitHub] ( https://github.com/ ) を使ったソフトウェア開発の方法をざっくり学ぶ
@@ -52,7 +52,7 @@ backgroundImage: url('https://marp.app/assets/hero-background.jpg')
5252## バージョン管理システムGit
5353
5454- ** [ Git] ( https://git-scm.com/ ) **
55- - 2020年現在 、ソフトウェア開発において最も使われているVCS
55+ - 2022年現在 、ソフトウェア開発において最も使われているVCS
5656 - もともとは[ Linuxのソースコード] ( https://github.com/torvalds/linux ) 管理のために作成された
5757- ** 分散型のバージョン管理**
5858 - リポジトリ(en: repository)と呼ばれる、変更履歴を保存するデータベースのような仕組みを使ってバージョン管理する
@@ -117,7 +117,7 @@ backgroundImage: url('https://marp.app/assets/hero-background.jpg')
117117## ソフトウェア開発プラットフォームGitHub
118118
119119- ** [ GitHub] ( https://github.com ) **
120- - 全世界で[ 5,000万人以上 ] ( https://twitter .com/github/status/1258065442331074567 ) が利用する開発プラットフォーム
120+ - 全世界で[ 8,300万人以上 ] ( https://github .com/about ) が利用する開発プラットフォーム
121121 - 様々な[ オープンソースプロジェクト] ( https://github.com/topics/python?l=python&o=desc&s=forks ) のバージョン管理・プロジェクト管理(バグ報告・新機能提案)に利用されている
122122- ** 主な機能**
123123 - Gitのリモートリポジトリのホスティング
@@ -173,7 +173,7 @@ backgroundImage: url('https://marp.app/assets/hero-background.jpg')
173173
174174![ bg fit] ( images/github-workflow.png )
175175
176- <!-- _footer: ©︎ 2020 GitHub, Inc. (https://guides.github.com/pdfs/githubflow-online.pdf) -->
176+ <!-- _footer: ©︎ 2022 GitHub, Inc. (https://guides.github.com/pdfs/githubflow-online.pdf) -->
177177
178178---
179179
@@ -246,7 +246,7 @@ $ code --install-extension mhutchie.git-graph
246246 - VS Codeでブランチを作成する(` ⌘⇧P` → create branch)
247247 - ブランチ名にはissue番号を含める(例:# 1-task-a)
248248- ** ファイルやコードを編集する(ローカル)**
249- - ここでは` 2020 /todo.md` の該当タスクにチェックを付ける
249+ - ここでは` 2022 /todo.md` の該当タスクにチェックを付ける
250250- ** 変更をコミットする(ローカル)**
251251 - VS Codeのソース管理から変更をコミットする
252252 - メッセージにはissue番号を含める(例:# 1 Resolve task A)
0 commit comments