Show File Diffs When Viewing Git Log
Include the -p
flag with the git log
command to include the diffs along with the rest of the information for each commit. Here is an example of running this against this repository.
See man git-log
for more details.
PreviousShow Changes In The Compose Commit Message ViewNextShow List Of Most Recently Committed Branches
Last updated