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

https://github.com/zenixls2/fixauthor

simple script to modify specific user info in commit to another
https://github.com/zenixls2/fixauthor

bash git

Last synced: about 2 months ago
JSON representation

simple script to modify specific user info in commit to another

Awesome Lists containing this project

README

          

# Git author modification script

## Usage
* copy the git-author-rewrite.sh to project git folder.
* Replace the `OLD_NAME`, `CORRECT_NAME`, and `CORRECT_EMAIL`
* And execute `git-author-rewrite.sh` in folder.
* Then execute the following command:
```bash
git push --force --tags origin 'refs/heads/*'
```