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
- Host: GitHub
- URL: https://github.com/compufox/remote-rename
- Owner: compufox
- Created: 2019-11-24T22:10:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-24T22:41:59.000Z (over 6 years ago)
- Last Synced: 2026-02-24T00:39:29.291Z (5 months ago)
- Language: Common Lisp
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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+