Code Bits
Git Graph Visualizer
Interactive visualization of common Git workflows. Click commits to explore branching, merging, and rebasing.
Basic feature branch workflow: create branch, develop, merge back
Commit Details
Click a commit node to see details
Branches
main→ c6
feature→ c5
Commands
git checkout -b featuregit commit -m "..."git checkout maingit merge feature