11 lines
152 B
Bash
11 lines
152 B
Bash
#!/bin/bash
|
|
|
|
#gpg --full-generate-key
|
|
|
|
#gpg --list-secret-keys --keyid-format=long
|
|
|
|
#gpg --armor --export ..
|
|
|
|
#git config --global commit.gpgsign true
|
|
|