-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
# Git-Url-Updater | ||
Quickly update the url of all repositories on your computer after a username change | ||
|
||
When you change your GitHub username, your repository remote links to your old username will be forwarded. However, if someone else takes that username, those forwards will be broken. Therefore, it's recommended to update your repositories' remote urls to point to your new username. | ||
|
||
However, you might have a lot of repositories, and doing it by hand is tedious. This application allows you to very easily update your repositories. It will automatically detect git repositories, and update all references from your old username to your new username. | ||
|
||
![Screenshot of URL Updater](screenshot.png) |