> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/livrasand/desktop/llms.txt
> Use this file to discover all available pages before exploring further.

# GitHub Desktop

> Community-driven fork of GitHub Desktop focused on advanced Git workflows with an Electron-based interface

<div
  style={{
background: 'linear-gradient(135deg, #020627 0%, #11161e 100%)',
padding: '4rem 2rem',
borderRadius: '12px',
marginBottom: '3rem',
border: '1px solid rgba(132, 140, 142, 0.2)'
}}
>
  <div style={{ maxWidth: '800px', margin: '0 auto', textAlign: 'center' }}>
    <h1
      style={{ 
  fontSize: '3rem', 
  fontWeight: '700', 
  marginBottom: '1.5rem',
  background: 'linear-gradient(135deg, #cfd0d2 0%, #848c8e 100%)',
  WebkitBackgroundClip: 'text',
  WebkitTextFillColor: 'transparent',
  backgroundClip: 'text'
}}
    >
      GitHub Desktop
    </h1>

    <p
      style={{ 
  fontSize: '1.25rem', 
  color: '#cfd0d2',
  marginBottom: '2rem',
  lineHeight: '1.8'
}}
    >
      A powerful desktop application for managing Git repositories with an intuitive visual interface.
      Built with Electron, TypeScript, and React to make Git workflows accessible to everyone.
    </p>

    <div style={{ display: 'flex', gap: '1rem', justifyContent: 'center', flexWrap: 'wrap' }}>
      <a
        href="/quickstart"
        style={{
    background: '#238636',
    color: '#ffffff',
    padding: '0.75rem 2rem',
    borderRadius: '6px',
    textDecoration: 'none',
    fontWeight: '600',
    display: 'inline-block'
  }}
      >
        Get Started
      </a>

      <a
        href="https://github.com/livrasand/desktop"
        style={{
    background: 'transparent',
    color: '#ffffff',
    padding: '0.75rem 2rem',
    borderRadius: '6px',
    textDecoration: 'none',
    fontWeight: '600',
    display: 'inline-block',
    border: '1px solid #848c8e'
  }}
      >
        View on GitHub
      </a>
    </div>
  </div>
</div>

## Core Features

Powerful Git workflows made simple and visual.

<CardGroup cols={2}>
  <Card title="Repository Management" icon="folder-tree" href="/features/repository-management">
    Clone, add, and manage multiple repositories with ease
  </Card>

  <Card title="Visual Commits" icon="code-commit" href="/features/committing-changes">
    Stage changes, write commits, and track history visually
  </Card>

  <Card title="Branch Operations" icon="code-branch" href="/features/branches">
    Create, switch, merge, and rebase branches effortlessly
  </Card>

  <Card title="Pull Requests" icon="code-pull-request" href="/features/pull-requests">
    Create and review pull requests directly from the app
  </Card>

  <Card title="Conflict Resolution" icon="code-merge" href="/features/merge-conflicts">
    Resolve merge conflicts with an intuitive visual interface
  </Card>

  <Card title="Diff Viewer" icon="code-compare" href="/features/history-and-diffs">
    View changes with syntax-highlighted diffs
  </Card>
</CardGroup>

## Advanced Workflows

Take your Git skills to the next level.

<CardGroup cols={2}>
  <Card title="Interactive Rebase" icon="timeline" href="/workflows/rebasing">
    Rewrite commit history and keep branches clean
  </Card>

  <Card title="Cherry-Pick" icon="cherry" href="/workflows/cherry-picking">
    Apply specific commits across branches
  </Card>

  <Card title="Stash Management" icon="box-archive" href="/workflows/stashing">
    Save and apply uncommitted changes
  </Card>

  <Card title="Submodules" icon="cubes" href="/workflows/submodules">
    Work with Git submodules seamlessly
  </Card>
</CardGroup>

## Seamless Integrations

Connect with your favorite development tools.

<CardGroup cols={2}>
  <Card title="GitHub Integration" icon="github" href="/integrations/github-integration">
    OAuth authentication and full GitHub API access
  </Card>

  <Card title="Editor Integration" icon="code" href="/integrations/editor-integration">
    Open files in VS Code, Atom, Sublime, and more
  </Card>

  <Card title="Shell Integration" icon="terminal" href="/integrations/shell-integration">
    Launch your terminal right from the app
  </Card>

  <Card title="CLI Usage" icon="command" href="/integrations/cli-usage">
    Automate workflows with the command-line interface
  </Card>
</CardGroup>

## Get Started in Minutes

<Steps>
  <Step title="Install GitHub Desktop">
    Download and install GitHub Desktop for your operating system (macOS, Windows, or Linux).
  </Step>

  <Step title="Clone a Repository">
    Connect to GitHub and clone your first repository.
  </Step>

  <Step title="Make Your First Commit">
    Make changes, stage files, and create your first commit with the visual interface.
  </Step>
</Steps>

<Card title="Quick Start Guide" icon="rocket" href="/quickstart" horizontal>
  Follow our comprehensive quickstart guide to get up and running
</Card>

## Contributing

GitHub Desktop is open source and community-driven. Join us in making Git more accessible.

<CardGroup cols={3}>
  <Card title="Setup Guide" icon="wrench" href="/contributing/setup">
    Set up your development environment
  </Card>

  <Card title="Architecture" icon="sitemap" href="/architecture/overview">
    Learn about the codebase structure
  </Card>

  <Card title="Contributing Guide" icon="users" href="/contributing/engineering-values">
    Read our engineering values and guidelines
  </Card>
</CardGroup>
