]> git.phdru.name Git - git-scripts.git/blob - add-pubkey/add-pubkey-branch
Feat(submodules/remove): Add option `-c`
[git-scripts.git] / add-pubkey / add-pubkey-branch
1 #! /bin/sh
2
3 git checkout --orphan phd-pubkey &&
4 git rm -rf \* && git clean -d -f -q &&
5
6 gpg --export phd@phdru.name >phd-public-key-B6287B03 &&
7 git add phd-public-key-B6287B03 &&
8 git commit -m phd-public-key-B6287B03