Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 407 Bytes

READ.md

File metadata and controls

5 lines (5 loc) · 407 Bytes

Gitの勉強

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