Git Branching & Commit Sandbox
Git’s branching model is incredibly powerful but often difficult to visualize, especially when dealing with operations like merges, checkouts, and rebases.
Use this interactive sandbox to execute standard Git commands and visualize the commit history tree redrawing itself live in ASCII in the console panel!
Interactive Git Sandbox
Type Git commands in the prompt (e.g., git commit, git checkout -b feature, git merge main, git rebase main), or trigger one of our automated Visual Demos below to watch the commit tree build step-by-step!
Visual Demos:
[ GIT SANDBOX ]
[Commit graph loading...]
git-demo:~$