Repository Consolidation Notice¶
Summary¶
On December 13, 2025, the GolfChart project was consolidated into a single organization repository to eliminate duplication and streamline development.
What Changed¶
Repositories¶
| Repository | Status | Details |
|---|---|---|
Owe-S/GolfChart-MultiClub |
🔴 DELETED | Old personal repository (archived) |
Golfklubb-IT/GolfbilUtleie |
🟢 ACTIVE | New primary organization repository |
Timeline¶
- Dec 4, 2025 - Last commit to old repository
- Dec 13, 2025 - Repository moved to organization account
- Dec 13, 2025 - Repository consolidation completed
Important Information¶
For Developers¶
- All future work should use: https://github.com/Golfklubb-IT/GolfbilUtleie
- Branch to use:
master - Documentation: https://Golfklubb-IT.github.io/GolfbilUtleie/
Git Operations¶
If you had the old repository cloned locally, update your remote:
# Check current remote
git remote -v
# Update to new organization repository
git remote set-url origin https://github.com/Golfklubb-IT/GolfbilUtleie.git
# or with SSH:
git remote set-url origin git@github.com:Golfklubb-IT/GolfbilUtleie.git
# Verify the change
git remote -v
No Data Loss¶
All commits, branches, and history have been preserved. The consolidation was a move, not a copy.
- Total commits: 123
- Branches: master, gh-pages
- Documentation: Complete and updated
Links¶
| Resource | URL |
|---|---|
| Repository | https://github.com/Golfklubb-IT/GolfbilUtleie |
| Documentation | https://Golfklubb-IT.github.io/GolfbilUtleie/ |
| Issues | https://github.com/Golfklubb-IT/GolfbilUtleie/issues |
| Discussions | https://github.com/Golfklubb-IT/GolfbilUtleie/discussions |
Questions?¶
Refer to the Repository Info page for additional details.