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

Managed your slides by Git and upload them

Managed your slides by Git and upload them

My opinions about slides.

Mitsutoshi NAKANO

August 14, 2016
Tweet

More Decks by Mitsutoshi NAKANO

Other Decks in Technology

Transcript

  1. 5 DVCS の登場 • Git        ← • Bazaar • Mercurial

    (hg) • いろいろあるけど Git が便利 • Git を勉強したいなら Pro Git – https://progit-ja.github.io/
  2. 6 でも Slide 資料って binary だよね • *.odp (LibreOffice Impress)

    • *.pptx (Microsoft Office PowerPoint) • binary を VCS で管理するのも悲しい
  3. 7 その binary 、ただの ZIP です • 中身はほぼ XML ファイルの集合

    • なら、最初から XML で保存すれば良くね ? • Impress →Flat XML ODF Documentation (*.fodp) • PowerPoint XML Presentation (*.xml)
  4. 8 • Git にしたのだから OSS hosting も使 えるよね • backup

    にもなるし • 誤りを指摘してもらえるかもしれないし • で、どの hosting を使う ? • GitHub • Bitbucket • ちょっと検索したらこんなページがあった – https://ja.wikipedia.org/wiki/OSS%E3%83 %9B%E3%82%B9%E3%83%86%E3%82%A3%E3%83%B3 %E3%82%B0%E3%82%B5%E3%83%BC%E3%83%93%E3 %82%B9%E3%81%AE%E6%AF%94%E8%BC%83 • さあ、どれだ ?
  5. 9 Bitbucket が良くね ? • 欲しいものは大体そろっている • Git Repository •

    Pull Request • Wiki • Issue tracker • 無いのは議論のための ML くらい ? – そこまで大袈裟にする必要もないし