Mark Harrison
Mark Harrison

Reputation: 304434

How to rename a GitHub hosted repository?

I recently participated in the San Francisco Drone Olympics. After a friendly note from the real Olympics, the name was changed to the Drone Games or somesuch. I need to change my GitHub name accordingly.

So, How does one rename a repository on GitHub?

For concreteness, I would like to rename

to

Note: this question deals with the followup to doing so, but not the procedure to change the name.

How do I rename a repository on GitHub?

Upvotes: 2

Views: 3299

Answers (2)

ovinu
ovinu

Reputation: 11

  1. On your Github repository, click Settings.
  2. Go to General/Repository name(It's at the very top).
  3. Edit your repository name and click Rename.

Upvotes: 0

user529758
user529758

Reputation:

On GitHub, go to your repo, Admin, Rename. Specify the new name, then Change, Confirm and that will be done.

You should also rename the remote origin in all local copies of your repo in order pushing and pulling to work.

Upvotes: 5

Related Questions