DEV Community

Discussion on: 🔱 Git Commands You Didn't Know

Collapse
 
srepollock profile image
Spencer Pollock • Edited

This one is my current favorite. Highly recommended after a git fetch --all to visualize where the branches are at.

[alias]
    tree = log --graph --oneline --all