---
title: "Guides"
description: "How each part of GitLane works, one surface at a time."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.gitlane.space/llms.txt
> Use this file to discover all available pages before exploring further.

# Guides

Task-shaped walkthroughs of GitLane's main surfaces. Each one stands alone —
read the one you need.

- **The commit graph** — Lanes, colours, refs, stashes, and the WIP row.
[Read →](/guides/commit-graph)
- **Branch operations** — Drag-and-drop merge, rebase, fast-forward, reset — plus everything on the
right-click menu. [Read →](/guides/branch-operations)
- **Staging and committing** — Stage by file, hunk, or single line; review the diff; write the message.
[Read →](/guides/staging-and-committing)
- **Review notes** — Pin comments to diff lines and hand them to an AI agent.
[Read →](/guides/review-notes)
- **Merge conflicts** — Resolve hunk-by-hunk in-app, then continue, skip, or abort.
[Read →](/guides/merge-conflicts)
- **Pull requests** — GitHub, GitLab, and Bitbucket — what's supported where.
[Read →](/guides/pull-requests)
- **Accounts and identities** — Accounts authenticate; identities author. Why they're separate.
[Read →](/guides/accounts-and-identities)
- **Search** — Incremental highlighting, full-repository search, and the branch
navigator. [Read →](/guides/search)
- **File history and blame** — Follow one file through time, attribute every line, compare any two refs.
[Read →](/guides/file-history)
- **Safety and recovery** — Impact previews, stale-state guards, and the reflog browser.
[Read →](/guides/safety-and-recovery)
- **Worktrees, stashes, tags** — The everyday side surfaces, plus the integrated terminal.
[Read →](/guides/worktrees-stashes-tags)
- **Settings** — Every panel and what each control changes.
[Read →](/guides/settings)

Source: https://docs.gitlane.space/guides/index.mdx
