📄️ Working copy
The Git Working Copy page in Gitember is the main interface where you can
📄️ Stash Changes
Stashing lets you temporarily set aside uncommitted changes so you can work on something else and come back to your changes later. It is useful when you need to switch context quickly without creating a work-in-progress commit.
📄️ Three-Way Conflict Resolution
When a merge or pull results in conflicting changes, Gitember provides a built-in
📄️ Worktrees
Git worktrees let you check out more than one branch at the same time, each in its own