Related questions
Viewing unpushed Git commits
How can I view any local commits I've made, that haven't yet been pushed to the remote repository? Occasionally, git status will print out that my branch is X commits ahead of origin/master, but not always.
Is this a …
Pretty git branch graphs
I've seen some books and articles have some really pretty looking graphs of git branches and commits. How can I make high-quality printable images of git history?