Download the PHP package cytopia/git-rewrite-author without Composer
On this page you can find all versions of the php package cytopia/git-rewrite-author. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cytopia/git-rewrite-author
More information about cytopia/git-rewrite-author
Files in cytopia/git-rewrite-author
Package git-rewrite-author
Short Description Rewrite git author and committer history (locally and remotely).
License MIT
Homepage https://github.com/cytopia/git-rewrite-author
Informations about the package git-rewrite-author
git-rewrite-author
git-rewrite-author
is a shell tool to manipulate the author and committer git history. You can use this tool to replace a specific git author/committer email with a different one.
For example: You have accidentally committed and pushed something urgent from your production server...
...and now you see that your git author history is not very tidy anymore. Can this be changed? Of course :-)
Read more details at everythingcli.org
1. Features
- List all current git authors and committers (name and email)
- Search author/committer by email and replace with different name and email
- Show how all commands work (
--dry
option)
2. Usage
2.1 All options
2.2 List all authors
2.3 Replace author
3. Installation
You can download git-rewrite-author
via git or composer:
Afterwards just execute the install.sh
, it will simply symlink the file to your home binary directory. So whenever you update the git repository afterwards, the symlink will always point to that version.
4. Contribution
Contributors are welcome.