rebase-git-commits-gpg-sign.md
· 164 B · Markdown
Raw
#### Rebase all commits from the `root` commit and sign them with the (new) gpg key
```sh
git rebase --root --gpg-sign --committer-date-is-author-date --root
```
Rebase all commits from the root commit and sign them with the (new) gpg key
git rebase --root --gpg-sign --committer-date-is-author-date --root