Commit Graph

3 Commits

Author SHA1 Message Date
b8c6e129e8 Add clone and list commands
gtea clone <repo> or <owner/repo> — clones with auth baked in
gtea list — shows all your repos with visibility and URL

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17 14:26:16 -04:00
bd809d11d9 Add gtea connect command for existing repos
Connects the current directory to a new Gitea repo — creates the remote,
adds the origin, and pushes. Sanitizes the folder name to meet Gitea's
AlphaDashDot naming rules.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17 14:17:06 -04:00
b7ea167786 Initial commit: gtea CLI tool
Go CLI that wraps the Gitea API and git to create repos, commit,
push, and pull without leaving the terminal.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17 14:11:34 -04:00