Update git remote domain from privategit.hanson.xyz to git.internal.hanson.xyz, remove port 3322
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -20,7 +20,7 @@ When starting a new project from this template:
|
||||
bin/framework-upstream setup
|
||||
```
|
||||
|
||||
This configures `ssh://git@192.168.0.3:3322/brianhansonxyz/rspade-publish.git` as the `framework-upstream` remote.
|
||||
This configures `ssh://git@git.internal.hanson.xyz/brianhansonxyz/rspade-publish.git` as the `framework-upstream` remote.
|
||||
|
||||
## Workflow
|
||||
|
||||
@@ -171,7 +171,7 @@ The `bin/framework-upstream` script automates these Git commands:
|
||||
|
||||
```bash
|
||||
# Add upstream remote manually
|
||||
git remote add framework-upstream ssh://git@192.168.0.3:3322/brianhansonxyz/rspade-publish.git
|
||||
git remote add framework-upstream ssh://git@git.internal.hanson.xyz/brianhansonxyz/rspade-publish.git
|
||||
|
||||
# Fetch updates
|
||||
git fetch framework-upstream
|
||||
|
||||
Reference in New Issue
Block a user