See exactly what happens inside Git when you run commands
With Visual Git you can visualize the effects of Git commands on your own local repository.
Understanding what Git does under the hood during Rebase, Revert, or Reset builds real confidence when running these commands
Launch Visual Git and pick your repository
Experiment and learn
Make changes to your repo and watch the visualization update in realtime. Branch, commit, rebase, merge — see exactly how each command affects your repository internals.
Build confidence with commands like git reset --hard