Today I Learned

hashrocket A Hashrocket project

Visualize a Git Branch's History

Here are some handy args for the git log command to show a nicely visualized commit history

git log --oneline --graph --decorate --all
See More #git TILs