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

mainc6
featurec5

Commands

git checkout -b featuregit commit -m "..."git checkout maingit merge feature