Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 420 Bytes

File metadata and controls

8 lines (6 loc) · 420 Bytes

Gitの勉強

<<<<<<< HEAD

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