handy_git_commands

This is an old revision of the document!


Handy Git Commands

See Changes

Show names of files that changed between last commit and the working directory.

git diff --name-only head

Show names of files that changed between the last two commits.

git diff --name-only head head~1
  • handy_git_commands.1694616474.txt.gz
  • Last modified: 2023/09/13 14:47
  • by mgupton