Updating Your Git Remote for AvaFrame
The AvaFrame repository has moved to a new GitHub organization. Please update your local git remote to point to the new location.
Steps to Update
1. Check your current remote:
|
|
2. Update the remote URL:
If you’re using HTTPS:
|
|
If you’re using SSH:
|
|
3. Verify the change worked:
|
|
You should now see the new URL with OpenNHM as the organization.
Additional Notes
- Your existing clone will continue to work due to GitHub’s automatic redirect, but please update your remote to ensure continued functionality
- If you have multiple remotes configured (such as
upstream), update each one that pointed to the old organization URL - If you’re unsure which format (HTTPS vs SSH) you’re using, check the output of
git remote -v- SSH URLs start withgit@github.com:
Felix