Documentation
New to version control? Start with What is version control?, then Getting started. Everything after that is short, one-topic pages: a page per feature, a page per plugin panel, and the guardrails that keep your work safe.
← Using each feature
Trying things without risk
A branch is a separate line of work, split off from your main line so you can try something risky without touching it.
New branch Starts a fresh line of work, optionally starting from another branch.
Switch Click a branch to work on it.
Merge into current Brings another branch's changes into the one you're on.
Delete Removes a branch you no longer need.
You can't delete your main branch, or the one you're currently on. Switch to another one first.