Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 679 Bytes

outline.md

File metadata and controls

33 lines (23 loc) · 679 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

next

  • Large File handling