Skip to content

Instantly share code, notes, and snippets.

@gigkokman
Last active October 20, 2017 03:29
Show Gist options
  • Save gigkokman/f300ea8a2332adef97a16ad096f41aad to your computer and use it in GitHub Desktop.
Save gigkokman/f300ea8a2332adef97a16ad096f41aad to your computer and use it in GitHub Desktop.
Git
Using git rebase first
```git rebase -i --root```
And then mark all commit that you want to change it's author with "edit" and run
```git commit --amend --author "New Author Name <email@address.com>" --no-edit && \
git rebase --continue```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment