About 22,900,000 results
Open links in new tab
  1. Renaming a repository - GitHub Docs

    In the Repository Name field, type the new name of your repository. Click Rename. You can rename a repository if you're either an organization owner or have admin permissions for the …

  2. How To Rename A Repository on GitHub? - GeeksforGeeks

    Aug 30, 2024 · Run the following command to view the current remote URL for the repository: git remote -v. Change the remote URL with the github link of the new repository. Replace …

  3. git - How do I rename a repository on GitHub? - Stack Overflow

    Apr 22, 2011 · Rename a GitHub repository as follows: Log in to your http://github.com account. Browse to the repository to rename. Click Settings. Set Repository Name to the new name. …

  4. How to Change the Repository Name in GitHub? - Life in Coding

    In the Repository name section under the General settings, you’ll see a text field with the current name of your repository. Update the name in this field to your desired new name. Click …

  5. How to do I rename my repo? #21562 - GitHub

    Oct 25, 2017 · On GitHub, navigate to the main page of the repository. Under your repository name, click Settings. Under the Repository Name heading, type the new name of your …

  6. How to Rename a Git Repository - Delft Stack

    Mar 11, 2025 · In this article, we will guide you through the steps to rename your Git repository effectively. We’ll cover how to do this both through the GitHub interface and using Git commands.

  7. How to Rename Your GitHub Project Locally and Remote

    Dec 3, 2024 · After renaming the repository on GitHub, you'll need to update your local environment to match. Here's how: # Rename the local directory mv old-name new-name. # …

  8. Some results have been removed
Refresh