Go to file
a. fox 43e18727fd removed cl-cwd dependency 2023-07-16 23:30:19 -04:00
.gitignore first push 2019-11-24 17:12:27 -05:00
Makefile first push 2019-11-24 17:12:27 -05:00
README.md updated readme 2019-11-24 17:41:52 -05:00
package.lisp first push 2019-11-24 17:12:27 -05:00
remote-rename.asd removed cl-cwd dependency 2023-07-16 23:30:19 -04:00
remote-rename.lisp first push 2019-11-24 17:12:27 -05:00

README.md

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+