タグ

SCMに関するmotsuni2のブックマーク (3)

  • SCM Boot Camp

    This document summarizes the key differences between centralized version control systems (CVS) and distributed version control systems (DVCS). It explains that DVCS allow for non-linear development with features like rebasing and branching that are not possible in CVS. Examples of DVCS like Git and Mercurial are given. The document also discusses how to migrate from CVS to a DVCS and advantages of

    SCM Boot Camp
    motsuni2
    motsuni2 2013/04/21
    VCSの概念についての説明。CVCSとDVCSの比較。
  • SCMBC Git入門セッション発表資料

    2. Git のリポジトリ  リポジトリ = データを貯めるところ  Git ではリポジトリがローカルにある  SVNではローカルにないことが多い  ローカルのリポジトリに対する操作は高速 (通信不要)  push, pull などを使って同期を取る (通信がここで発生)  手元のリポジトリではコンフリクトしない SCMBC Git 資料 3. 多人数開発  SVNでは1リポジトリ複数ツ リー  Gitでは個人がリポジトリを SCMBC Git 資料 持つ Figures from Pro Git http://progit.org/book/ja/ch5-1.html 4. 多人数開発  共有リポジトリに pull, push をする  共有リポジトリは複数ある場合も  CIサーバとステージング用と、、、 SCMBC Git 資料 Figures from Pro

    SCMBC Git入門セッション発表資料
    motsuni2
    motsuni2 2013/04/21
    Gitのオブジェクトとブランチの考え方、コミットグラフの図解がわかりやすい。
  • Git - Book (日本語訳)

    The entire Pro Git book, written by Scott Chacon and Ben Straub and published by Apress, is available here. All content is licensed under the Creative Commons Attribution Non Commercial Share Alike 3.0 license. Print versions of the book are available on Amazon.com. The version found here has been updated with corrections and additions from hundreds of contributors. If you see an error or have a s

    motsuni2
    motsuni2 2013/04/20
    Pro git の翻訳
  • 1