Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 407 Bytes

File metadata and controls

7 lines (5 loc) · 407 Bytes

Gitの勉強

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