Stop hardcoding port
This commit is contained in:
+2
-2
@@ -17,7 +17,7 @@
|
||||
- Gitea via HTTPS API, followed by an SSH or token-authenticated HTTPS push.
|
||||
- Executes provider-specific connection to existing remote repositories:
|
||||
- GitHub by resolving owner or URL input to `origin`.
|
||||
- Gitea by resolving owner, base URL, and SSH/HTTPS transport or full URL input to `origin`.
|
||||
- Gitea by preserving a full clone URL or retrieving exact SSH/HTTPS clone endpoints through the repository API.
|
||||
- Synchronizes Gitea connections by inspecting ancestry, fast-forwarding the
|
||||
side that is behind, or asking the user how to resolve divergent histories.
|
||||
- Preserves local history on a backup branch before a user-confirmed local
|
||||
@@ -34,7 +34,7 @@
|
||||
- Requires `git` to be installed and available in `PATH`.
|
||||
- Requires `gh` in `PATH` only for GitHub publication.
|
||||
- Requires Gitea API token for Gitea publication.
|
||||
- Runs Git subprocesses in non-interactive mode to avoid terminal credential prompt deadlocks.
|
||||
- Temporarily suspends curses for network Git subprocesses so terminal authentication and credential helpers remain available.
|
||||
|
||||
## Data Model
|
||||
|
||||
|
||||
Reference in New Issue
Block a user