Categories

GPG

GPG: Share existing GPG key

less than 1 minute read

If you have an existing registered GPG key and GitHub account configured to use it so you can share it across multiple machines.

GPG: Setup GPG key for GitHub

2 minute read

GitHub uses the GPG key to ensure user who committed into a repository is the same person. GitHub marks such commits as verified so other people can trust t...

Back to top ↑

Software

Back to top ↑

GitHub Actions

GitHub Actions: Setup Check-In build

1 minute read

In this article we gonna create continious integration check-in build using GitHub Actions that will be launched at every new commit or pull request in speci...

Back to top ↑