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

Git勉強会

Rikuto Sato
August 02, 2019

 Git勉強会

りくとが所属する研究室で、研究室メンバー向けに行ったGitの勉強会資料です。

Rikuto Sato

August 02, 2019
Tweet

More Decks by Rikuto Sato

Other Decks in Education

Transcript

  1. • • • # Cache File # *.pyc * #

    Logs *.csv # Static static/
  2. # coding: utf-8 a = int(input(" a ¥n")) b =

    int(input(" b ¥n")) print("a b " + str(a + b) + " ") [add] 2
  3. $ git add < > # # git add .

    $ git commit –m “< >” $ git init