Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 650 Bytes

outline.md

File metadata and controls

31 lines (21 loc) · 650 Bytes

About Version management system

15min

Back ground

  • バージョン管理システムの必要性
  • 例えばの事例
  • なぜバージョン管理が必要なのか

CVCS vs DVCS

  • 集中型バージョン管理システム Centralized Version Control system
  • 分散型バージョン管理システム Distributed Version Control system

Basic concept

  • ローカルリポジトリ、リモートリポジトリ
  • コミットの話
  • branch
  • pushとpull
  • clone
  • branch
  • merge

reference