Signing GPG Commit previous on another computer

Viewed 19

I have 2 computer, PC A (at Home) and PC B (at Office).

Scenario: PC A commit 2 times without sign gpg and push to repo, and tommorow PC B want to secure all commit from push PC A.

I know with command below can signing gpg all commit, but can be done by PC A.

git rebase --exec 'git commit --amend --no-edit -n -S' -i

With command below can be success, but just latest commit

git commit --amend --no-edit --no-verify -S

What command from PC B want to signing GPG all commit? i am using smesign.

0 Answers
Related