docs: update repository URLs from Gitea to GitHub across all documentation

This commit is contained in:
oib
2026-02-11 22:05:59 +01:00
parent 3b3e97579f
commit 76a2fc9b6d
25 changed files with 67 additions and 43 deletions

View File

@@ -144,6 +144,20 @@ This document tracks components that have been successfully deployed and are ope
- Configure additional monitoring and observability
- Set up automated backup procedures
## Recent Updates (2026-02-11)
### Git & Repository Hygiene
-**Branch Cleanup** - Purged all `master` branches from GitHub
- Renamed local `master` branch to `main`
- Set tracking to `github/main`
- Deleted remote `master` branch from GitHub
- Set `git config --global init.defaultBranch main` to prevent future `master` branches
-**Remote Cleanup** - Removed stale `origin` remote (Gitea)
- Only `github` remote remains (https://github.com/oib/AITBC.git)
-**Legacy Cleanup** - Removed `.github/` directory
- Contained only a legacy RFC pull request template (unused)
- No active CI workflows or GitHub Actions
## Recent Updates (2026-01-29)
### Cross-Site Synchronization Implementation