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
- Open a folder that is a Git repository
- Click the Git icon in the sidebar
- 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 panelCmd/Ctrl+Enter: Commit staged changes