Guides

Short, step-by-step guides for the Git moments that usually cause uncertainty, using the labels you’ll see in RepoBeam.

01 Go back to an earlier commit

Use Back to this commit to return your files — or your branch — to an earlier point, with a preview of the result before anything changes.

Read guide →
02 Resolve a conflict

When Git can’t combine two changes to the same lines, RepoBeam opens a resolver where you compare both versions and decide what the file should contain.

Read guide →
03 Review AI-assisted work with a Coding Session

A Coding Session keeps changes from an agent or editor on a dedicated branch, so you can review every file before accepting any of it.

Read guide →
04 Combine commits

Turn several consecutive commits into one clear commit, with a preview of the new history and a recovery point created first.

Read guide →
05 Set work aside with a stash

Save uncommitted changes, get a clean working tree, and bring the changes back later.

Read guide →