handy_git_commands

This is an old revision of the document!


Handy Git Commands

Show names of files that changed between two commits.

git diff --name-only head head~1

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

git diff --name-only head
  • handy_git_commands.1662040864.txt.gz
  • Last modified: 2022/09/01 14:01
  • by mgupton