Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 401 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 401 Bytes

Gitの勉強

  • git addコマンドで、リポジトリに変更情報を追加する
    • このことをステージングという
  • git commitコマンドで、リポジトリのインデックスに追加された変更情報にコメント付けてコミットできる
  • git pushコマンドで、ローカルのコミットをリモートのリポジトリに反映させることができる