Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 435 Bytes

File metadata and controls

8 lines (7 loc) · 435 Bytes

Gitの勉強

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

追加 git diffの確認