Loading...
Visualize Git operations before you run them
Merge
Join two branches with a merge commit
Rebase
Reapply commits on a new base
Squash
Combine multiple commits into one
Fast-Forward
Linear pointer advance
Cherry-Pick
Apply specific commits
Reset
Move branch pointer backward
Revert
Undo a commit with new commit
Stash
Temporarily save changes
Branch Create
Create a new branch
Branch Delete
Remove a branch
Reflog
View reference history