Prints a short summary of all commits.
git log --oneline
to list a short summary of all commits.git log --oneline
git log --oneline
# d540ba1ab Merge network bug fix
# 3050fc0de Fix network bug
# c191f90c7 Initial commit
Would you like to help us improve 30 seconds of code?Take a quick survey
Git, Repository
Prints a short summary of all commits excluding merge commits.
Git, Repository
Prints a summary of changes between two given commits.
Git, Repository
Prints a visual graph of all commits and branches in the repository.