#

Git

This blog is now powered by ci and cd - part2

1 minute read Published:

It took me a few tries but finally this blog is fully powered by hugo and gitea with drones.io \o/

This blog is now powered by ci and cd

1 minute read Published:

It took me a few tries but finally this blog is fully powered by hugo and gitlab (version control and CI/CD) \o/ One link that took me in the right direction

Have git use gpg2 for signing

1 minute read Published:

If you are using gpg2 instead of gpg then git will eventually throw an error about not being able to find your key or even the gpg binary. Just do a git config --global gpg.program gpg2 and add the following to your gitconfig [gpg] program = gpg2