Prints a visual graph of all commits and branches in the repository.
git log --pretty=oneline --graph --decorate --all
to view a visual graph of the whole repository's history.git log --pretty=oneline --graph --decorate --all
git log --pretty=oneline --graph --decorate --all
# * 3050fc0de Fix network bug
# * c191f90c7 Initial commit
Git, Repository
Prints a summary of changes between two given commits.
Git, Repository
Prints a list of all local branches sorted by date.
Git, Repository
Prints a list of all merged local branches.