training:git_commands

This is an old revision of the document!


Git Commands

Please feel free to add to this page! :D

  • Create things:
  • Update things:
    • Update files: git status
    • See change in working directory: git diff
  • Move things:
    • Remote repository: git push
  • See changes:
    • Summary (see if delete, add, etc.): git log
  • Delete/Undo things:
    • Remove file: git reset <directory>/<filename>
    • Undo: git checkout — <filename>
  • training/git_commands.1453947513.txt.gz
  • Last modified: 2021/09/19 21:59
  • (external edit)