April 28th, 2022, BELLEVUE, Wash., — We have contributed to the open-source community via GitHub since 2016. Today we’re excited to announce we are growing our commitment to the open-source community and aligning our GitHub organization to the Blueprint Technologies brand. It also means that all our repositories will have new URLs. But don’t worry, it does not mean that your stuff will break.
GitHub makes it incredibly easy to rename an organization. The renaming means existing repositories will have new URLs but GitHub automatically redirects everything from link redirection to commit attribution. However, with over 25 open-source public repo’s, that range from solution accelerators to our product SDK’s (not to mention our hundreds of private repo’s), we felt it was vital to communicate this change to the community.
Your local Blueprint repositories will automatically use GitHub’s link redirection. You may optionally update your local configuration to use the new remote.
Update Your Local Repositories for HTTPS
If you use an HTTPs connection with GitHub, follow these steps:
- In a terminal/command line, change your working directory to the local Blueprint repository you want to update.
- Type the following git command (change REPONAMEHERE to the name of your repository):
git remote set-url origin https://github.com/BlueprintTechnologies/REPONAMEHERE - Verify your local repo is pointing to the new organization name by running the following git command:
git remote -v
If BlueprintTechnologies is in the URL, then you have correctly updated your repo.
Update Your Local Repositories for SSH
If you use an SSH connection with GitHub, follow these steps:
- In a terminal/command line, change your working directory to the local Blueprint repository you want to update.
- Type the following git command (change REPONAMEHERE to the name of your repository):
git remote set-url origin git@github.com:BlueprintTechnologies/REPONAMEHERE.git
- Verify your local repo is pointing to the new organization name by running the following git command:
git remote -v
If BlueprintTechnologies is in the URL, then you have correctly updated your repo.
If you have questions about how the organization renaming might affect your repositories, feel free to contact us at anytime, and we’ll be happy to help.
ABOUT BLUEPRINT TECHNOLOGIES
Blueprint is a global technology company connecting strategy, rapid technology development and implementation to solve the most impactful business problems. We help organizations unlock value from existing assets to create new revenue streams and lines of business. Our industry-specific technology solutions combine scalability, speed and agility with commercial best practices and deep cross-industry experience to quickly deliver ROI.