Git

Last Updated: 8/9/2023

View the history of the file

  • We can view the history of a file.

git log toc.txt

View oneline summary

git log --oneline toc.txt

View stats

git log --oneline --stat toc.txt

View changes

git log --oneline --patch toc.txt