git log --oneline --graph

How could I add author info to the results?
You would need to use pretty-format instead of oneline:
git log --pretty=format:"%h%x09%an%x09%d%x09%s" --graph
That %an adds the author.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With