This repository includes the path to become a committer with any kind of git oriented workflow to push commits to any kind of forge. https://labs.masscollabs.xyz/blog/2023/12/22/hacker-how-to/
Go to file
Mert Gör ☭ e985d1226e
üst başlık güncellendi/header update
2024-02-16 16:59:03 +03:00
img Free Software image added to the top 2024-02-15 14:19:24 +03:00
.gitignore Added all file news as ChangeLog file into ChangeLog file 2024-02-01 02:44:45 +03:00
ChangeLog üst başlık güncellendi/header update 2024-02-16 16:59:03 +03:00
LICENSE copied by-sa.markdown to LICENSE 2023-12-22 00:08:42 +03:00
README.md typo fix 2024-02-15 22:14:09 +03:00
by-sa.markdown hacker how to with CC BY-SA 4.0 or any later 2023-12-22 00:01:32 +03:00
hacker.tr.md Free Software image added to the top 2024-02-15 14:19:24 +03:00
multiple-forge.md Typo fix for mutliple forge English markdown file and translated it to Turkish 2024-02-16 16:33:42 +03:00
multiple-forge.tr.md üst başlık güncellendi/header update 2024-02-16 16:59:03 +03:00

README.md

A Guide for Hackers who wants to become a committer

Free Software

This repository includes the path to become a committer with any kind of git oriented workflow to push commits to any kind of forge.

Setting SSH Keys

Please read :

Configuring GPG Key

gpg --list-secret-keys --keyid-format=long
  • Then run this command but replace 3AA5C34371567BD2 with your GPG Key ID:
gpg --output secret.key --export-secret-keys 3AA5C34371567BD2
  • Then run this command for Revocation Certificate but replace 3AA5C34371567BD2 with your GPG Key ID:
gpg --output revoke.asc --gen-revoke 3AA5C34371567BD2
  • Then export your public key with this command but replace 3AA5C34371567BD2 with your GPG Key ID :
gpg --armor --export 3AA5C34371567BD2 > 3AA5C34371567BD2.asc

For signing Commits with your GPG Key

Please read this :

Conclusion

  • We have generated SSH Key and added our public SSH Key to our GitHub account.
  • We have generated GPG Key, exported secret key, exported revocation certificate, published our public key to a server in this example PGP Global Directory and then we moved our secret.key and revoke.asc to an external disk. Then we added our GPG key to GitHub account.
  • For signing commit we configured our git account.

happy hacking!...

Where we store this documentation

License

CC BY-SA 4.0 or any later