Skip to content

Instantly share code, notes, and snippets.

View s4na's full-sized avatar
🐧
💨💨💨

Satoshi Nabetani s4na

🐧
💨💨💨
View GitHub Profile
@s4na
s4na / Heroku.md
Last active January 6, 2020 11:20

Gitまとめ

repository

  • リポジトリ作成
    • $ git init
  • status
    • ワークツリーとインデックスの確認
      • addしたファイルや、競合したファイルなどを確認できる
  • $ git status