Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 411 Bytes

File metadata and controls

7 lines (5 loc) · 411 Bytes

Git の勉強

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