Add onboarding to connect repos without remotes

This commit is contained in:
2026-02-21 11:31:11 -03:00
parent 5e63c01bd2
commit 945fdf3dd6
5 changed files with 324 additions and 1 deletions
+8
View File
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
## [Unreleased]
### Added
- Added startup onboarding for existing local repositories that have no remote configured.
- Added provider selection to connect a local repository to an existing GitHub or Gitea remote repository.
- Added optional post-connection push to set upstream tracking after configuring `origin`.
## [0.2.0] - 2026-02-15
### Added