> ## Documentation Index
> Fetch the complete documentation index at: https://graphite-58cc94ce.mintlify.site/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Basic Tutorials

> Understand the core CLI commands.

<CardGroup cols={3}>
  <Card href="/create-a-pull-request" icon="git-pull-request" title="Create a pull request">
    Start the transition from git to gt.
  </Card>

  <Card href="/create-stack" icon="layers" title="Create a stack">
    Build new branches on top of existing ones.
  </Card>

  <Card href="/sync-with-a-remote-repo" icon="refresh-ccw" title="Sync your changes">
    Keep your work up-to-date with the latest changes on remote.
  </Card>
</CardGroup>

## Walkthrough

In this video, we cover creating and traversing a stack using `gt log short`, `gt checkout`, `gt create`, and `gt submit`.

<Frame>
  <iframe width="750" height="360" src="https://www.youtube.com/embed/-F6Fzb_Z3ro?si=Szx1Sce1Q4f_4cxS" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />
</Frame>
