Home
/ How To
Show the log, one line for each commit
git log --oneline
Related How Tos:
Show the log containing commit history
Show the latest N commits
Show the commits that affect a specific file or directory
Show a patch with changes introduced by each commit
Show the log as a graph
Filter the log entries by author name
Filter the log entries by committer name
Filter the log entries by date range
Filter the log entries by commit message containing a string
Search Git Commands
|
More How Tos