Sunday, March 17, 2019

git - show the changes across commits




// show the actual changes for a file.
# git log -p <filename>

Ignoring the filename will show all the changes across commits.
# git log -p

No comments:

Post a Comment