Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 388 Bytes

File metadata and controls

4 lines (4 loc) · 388 Bytes

Git の勉強

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