Phase 0-2: Schema cleanup, typed relations, event-driven automation
- Phase 0: AGENTS.md cleanup (dedup quotes, renumber sections, merge qmd) - Phase 1: typed relations (manage-relations.py, graph-search.py, check-staleness.py, detect-conflicts.py) - Phase 2: frontmatter validator, weekly lint, knowledge promotion, git hooks - Fix .gitignore to track tools/ and .githooks/ - Fix git remote URL (remove plaintext token) - New wiki pages: 504 pages, 34 raw sources
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Fix Git Remote Configuration Script
|
||||
|
||||
# Remove incorrect origin
|
||||
git remote remove origin
|
||||
|
||||
# Add correct origin without trailing slash
|
||||
git remote add origin https://hehaiguang1123:wYux3evdzMCzSYZKmHg4v55WxW322TYZ@git.haiguang.xyz/giteah/llm_wiki.git
|
||||
|
||||
# Push to remote
|
||||
git push origin main
|
||||
Reference in New Issue
Block a user