https://github.com/ducthienbui97/git-sign-all
GPG sign all previous (old) commits!
https://github.com/ducthienbui97/git-sign-all
bash bash-script git gpg gpg-signature
Last synced: 21 days ago
JSON representation
GPG sign all previous (old) commits!
- Host: GitHub
- URL: https://github.com/ducthienbui97/git-sign-all
- Owner: ducthienbui97
- License: mit
- Created: 2020-01-15T12:28:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T12:12:32.000Z (over 5 years ago)
- Last Synced: 2025-02-09T21:11:13.435Z (2 months ago)
- Topics: bash, bash-script, git, gpg, gpg-signature
- Language: Makefile
- Homepage:
- Size: 280 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-sign-all
Retrospectively GPG sign all of your previous commits.

## Install
``` sh
$ git clone https://github.com/ducthienbui97/git-sign-all.git
$ cd git-sign-all
$ sudo make install
```## Usage
``` sh
$ git sign-all
```
or
``` sh
$ git sign-all
```