docs: move Repository section from README to .claude/repo-notes.md
Repository mirror info and pushall alias is local-only convention, not user-facing. Move to .claude/ as local memo.
This commit is contained in:
parent
c54f16fca0
commit
4e370bb730
3
.gitignore
vendored
3
.gitignore
vendored
@ -41,3 +41,6 @@ local-tool/visiona-local/payload/
|
|||||||
.env
|
.env
|
||||||
.env.local
|
.env.local
|
||||||
.env.*.local
|
.env.*.local
|
||||||
|
|
||||||
|
# Claude Code 本地 session / memory,不入 git
|
||||||
|
.claude/
|
||||||
|
|||||||
12
README.md
12
README.md
@ -10,18 +10,6 @@ Wails + Go + Next.js, packaged as macOS dmg / Windows exe / Linux AppImage.
|
|||||||
|
|
||||||
See [`local-tool/README.md`](./local-tool/README.md) for details.
|
See [`local-tool/README.md`](./local-tool/README.md) for details.
|
||||||
|
|
||||||
## Repository
|
|
||||||
|
|
||||||
This repo is mirrored across two hosts:
|
|
||||||
- **Gitea (primary)**: https://gitea.innovedus.com/jim800121/visionA
|
|
||||||
- **GitHub (mirror)**: https://github.com/jim800121/visionA (private)
|
|
||||||
|
|
||||||
Use the `pushall` git alias to push to both:
|
|
||||||
```bash
|
|
||||||
git config alias.pushall '!git push gitea main && git push github main'
|
|
||||||
git pushall
|
|
||||||
```
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
TBD (internal use)
|
TBD (internal use)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user