Thanks to visit codestin.com
Credit goes to athas.dev

AthasAthas

Git Integration

Built-in Git version control

Athas includes powerful Git integration.

Features

  • Source Control Panel: View changed files, stage, and commit
  • Branch Management: Create, switch, and merge branches
  • Commit History: Browse commit log with diffs
  • Inline Blame: See who changed each line
  • Diff Viewer: Side-by-side and inline diff views
  • Stash Management: Save and restore work in progress

Getting Started

  1. Open a folder that is a Git repository
  2. Click the Git icon in the sidebar
  3. View changed files, stage changes, and commit

Source Control Panel

  • Staged Changes: Files ready to commit
  • Changes: Modified files not yet staged
  • Untracked: New files not tracked by Git

Click the + icon to stage files, or use the checkmark to commit.

Keyboard Shortcuts

  • Cmd/Ctrl+Shift+G: Open Source Control panel
  • Cmd/Ctrl+Enter: Commit staged changes

On this page