melanie / verify-commits.md
0 лайк(-ов)
0 форк(-ов)
1 файл(-ов)
Последняя активность 1 month ago
How to Verify Your Commits with GPG, but you probably shouldn't. Just use SSH now.
Anyone can be anyone when it comes to commits. For example, here is a commit where ""Linus Torvalds"" deletes Linux. I put this document together for myself a while back, but I thought I would share it with other people who want a straightforward guide to setting up commit signing with GPG.
Instructions
- Install gpg
brew install gnupg2(orsudo apt-get install gnupg2, etc) - Generate the key with
gpg --full-generate-key(the default type is probably fine) - Make sure it is at least
4096bits - Make sure you use your Github no-reply email or an email provided to your Github account.
melanie / sf-jury-duty-widget.js
0 лайк(-ов)
0 форк(-ов)
1 файл(-ов)
Последняя активность 1 month ago
| 1 | // Variables used by Scriptable. |
| 2 | // These must be at the very top of the file. Do not edit. |
| 3 | // icon-color: deep-blue; icon-glyph: theater-masks; |
| 4 | |
| 5 | // Your reporting group number: |
| 6 | const GROUP_NUMBER = 69 |
| 7 | |
| 8 | const PAGE = |
| 9 | 'https://www.sfsuperiorcourt.org/divisions/jury-services/jury-reporting' |
| 10 | const REPORTING = 'REPORTING' |
Новее
Позже