An open API service indexing awesome lists of open source software.

https://github.com/compufox/remote-rename

changes usernames in git remotes
https://github.com/compufox/remote-rename

Last synced: 5 months ago
JSON representation

changes usernames in git remotes

Awesome Lists containing this project

README

          

# remote-rename
### _ava fox_

walks through a directory, going into subdirectories changing any git remotes it finds

## Build

clone the repo, and run `make` in the directory (assuming you already have a lisp installed)

## Usage

`remote-rename DIRECTORY OLD-ACCOUNT NEW-ACCOUNT`

DIRECTORY - filepath (can be relative/absolute)

OLD-ACCOUNT - old username for your git account

NEW-ACCOUNT - new account username

## License

NPLv1+