Upgrade to Pro — share decks privately, control downloads, hide ads and more …

4D & Git

4D & Git

4D Japan

July 01, 2020
Tweet

More Decks by 4D Japan

Other Decks in Technology

Transcript

  1. by Ahlam BENHACHEM 4D & Git - A new era

    of collaboration has begun 4D & Git
 1^XQ!h*;l
  2. トム キム ヘンリー γφϦΦ 1 1 2 3 ヘンリーはコピー3をキムに返します キムはコピー3に⾃分の変更を統合し、トムに渡します

    トムは⾃分の変更を統合し、最新版を全員に配布します ⼿作業 ⾮効率的 ミスを 誘発 時間が かかる
  3. όΠφϦ σʔλϕʔε vs ϓϩδΣΫτ σʔλϕʔε <database>.4DB <database>.4DIndy <database>.4DD <database>.4DIndx バイナリデータベース

    Data フォルダー ➡ Data.4DD ➡ Data.4DIndx プロジェクトデータベース Project フォルダー ➡ Sources フォルダー ➡ <database>.4DProject userPreferences.<name> フォルダー ➡ breakpoint.json ➡ … … … Resources フォルダー Resources フォルダー Logs フォルダー Logs フォルダー ス   ト   ラ   ク   チ   ャ   ー デ   ー   タ リ ソ ー ス ほ か
  4. ス   ト   ラ   ク   チ  

    ャ   ー <database>.4DB <database>.4DIndy <database>.4DD <database>.4DIndx 変換前 Data フォルダー ➡ Data.4DD ➡ Data.4DIndx 変換後 デ   ー   タ … … リ ソ ー ス ほ か Resources フォルダー Resources フォルダー Logs フォルダー Logs フォルダー <database>.4DB <database>.4DIndy userPreferences.<name> フォルダー Project フォルダー ➡ Sources フォルダー ➡ <database>.4DProject <database>.4DD <database>.4DIndx ม ׵ ޙ ͷ ख ೖ Ε
  5. ス   ト   ラ   ク   チ  

    ャ   ー <database>.4DB <database>.4DIndy <database>.4DD <database>.4DIndx 変換前 Data フォルダー ➡ Data.4DD ➡ Data.4DIndx 変換後 デ   ー   タ … … リ ソ ー ス ほ か Resources フォルダー Resources フォルダー Logs フォルダー Logs フォルダー userPreferences.<name> フォルダー Project フォルダー ➡ Sources フォルダー ➡ <database>.4DProject ม ׵ ޙ ͷ ख ೖ Ε
  6. git の⼿順 トム キム ヘンリー git init git commit git

    push git add + git remote add origin 準備3 キム & ヘンリー はリモートリポジトリをローカルにコピーします
  7. git の⼿順 トム キム ヘンリー git init git commit git

    push git add + git remote add origin + URL + URL git clone git clone
  8. git の⼿順 トム キム ヘンリー git init git commit git

    push git add + git remote add origin git clone チームメンバーはローカルコピーで開発を進めます その間、リモートリポジトリへの接続は不要です
  9. git の⼿順 トム キム ヘンリー git init git commit git

    push git add + git remote add origin git clone git pull
  10. git の⼿順 トム キム ヘンリー git init git commit git

    push git add + git remote add origin git clone git pull 誰でも⾃分の編集分をリモートに送ることができます 最新のリモートリポジトリをローカルに統合できます