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
- Host: GitHub
- URL: https://github.com/zenixls2/fixauthor
- Owner: zenixls2
- Created: 2017-02-16T10:04:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-16T10:14:11.000Z (over 9 years ago)
- Last Synced: 2025-10-27T12:53:02.698Z (8 months ago)
- Topics: bash, git
- Language: Shell
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/*'
```