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

https://github.com/nobitagit/git-name-changer

Change name and email of the author of a series of commits of a repo in git
https://github.com/nobitagit/git-name-changer

git

Last synced: about 1 month ago
JSON representation

Change name and email of the author of a series of commits of a repo in git

Awesome Lists containing this project

README

          

# GIT name changer

Change name and email of all the commits of a repo.
WARNING: of course this is rewriting history, make sure you know what you are doing.

See https://www.git-tower.com/learn/git/faq/change-author-name-email

## Usage
Download:

```sh
curl https://raw.githubusercontent.com/nobitagit/git-name-changer/master/name_changer > name_changer
chmod +x name_changer
```

and execute the file from your target repo

```sh
$ ./name_changer
```

LICENSE: MIT