This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## One line per log entry with merge graph | |
## (--decorate is implicit for newer git versions?): | |
#git log --graph --oneline --decorate | |
## | | |
## Add --branches --remotes --tags --merges to see entries for all of the | |
## corresponding refs, not only commits (--all for all refs). | |
## Format output with --pretty=tformat:'<format>' | |
## Interesting placeholders for oneline <format>: |