Learn how to rename your GitHub repository with our step-by-step guide. Update settings, change your remote URL, and adjust external links easily.
Book a call with an Expert
Starting a new venture? Need to upgrade your web app? RapidDev builds application with your growth in mind.
Step 1: Sign in to GitHub and navigate to your repository
Step 2: Open the repository settings
Step 3: Locate the Repository name field
Step 4: Enter the new repository name
Step 5: Confirm the rename action
Step 6: Update your local repository’s remote URL
cd path/to/your/local-repo
git remote -v
git remote set-url origin https://github.com/your-username/new-repo-name.git
git remote -v
Step 7: Test the connection and push changes
git fetch origin
git push
Step 8: Update any external links or CI/CD settings
Congratulations! You have successfully renamed your GitHub repository and updated your local setup.
When it comes to serving you, we sweat the little things. That’s why our work makes a big impact.