Use nas hostname for Git remote records
This commit is contained in:
@@ -7,16 +7,16 @@ Repository: `/root/sourceserver/pbf`
|
|||||||
|
|
||||||
The repository remote was switched to the NAS Git server:
|
The repository remote was switched to the NAS Git server:
|
||||||
|
|
||||||
- host: `192.168.1.230`
|
- host: `nas`
|
||||||
- port: `2222`
|
- port: `2222`
|
||||||
- remote: `ssh://git@192.168.1.230:2222/tei/pbf.git`
|
- remote: `ssh://git@nas:2222/tei/pbf.git`
|
||||||
|
|
||||||
## Result
|
## Result
|
||||||
|
|
||||||
`origin` now points to:
|
`origin` now points to:
|
||||||
|
|
||||||
- fetch: `ssh://git@192.168.1.230:2222/tei/pbf.git`
|
- fetch: `ssh://git@nas:2222/tei/pbf.git`
|
||||||
- push: `ssh://git@192.168.1.230:2222/tei/pbf.git`
|
- push: `ssh://git@nas:2222/tei/pbf.git`
|
||||||
|
|
||||||
Remote visibility check completed successfully against:
|
Remote visibility check completed successfully against:
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
Date: 2026-03-31
|
Date: 2026-03-31
|
||||||
Project Root: `/root/sourceserver/pbf`
|
Project Root: `/root/sourceserver/pbf`
|
||||||
Primary Branch: `main`
|
Primary Branch: `main`
|
||||||
Current Git Remote: `ssh://git@192.168.1.230:2222/tei/pbf.git`
|
Current Git Remote: `ssh://git@nas:2222/tei/pbf.git`
|
||||||
|
|
||||||
## 1. Project Positioning
|
## 1. Project Positioning
|
||||||
|
|
||||||
@@ -140,7 +140,7 @@ The repository is in a "usable engineering system, still converging toward final
|
|||||||
Observed on 2026-03-31:
|
Observed on 2026-03-31:
|
||||||
|
|
||||||
- branch: `main`
|
- branch: `main`
|
||||||
- remote: `origin -> ssh://git@192.168.1.230:2222/tei/pbf.git`
|
- remote: `origin -> ssh://git@nas:2222/tei/pbf.git`
|
||||||
- local branch relation after remote sync: `main` aligned with `origin/main` at `94c8f45`
|
- local branch relation after remote sync: `main` aligned with `origin/main` at `94c8f45`
|
||||||
- working tree is not clean
|
- working tree is not clean
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user