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
Tweet
Here are some handy args for the git log command to show a nicely visualized commit history
git log --oneline --graph --decorate --all
Tweet