Posts tagged as dotfiles
Sign git commits on GitHub with GPG in macOS
📆2021-01-18🍱tools
When you are pushing commits to your repositories you are authenticating with either HTTPS or SSH. Telling GitHub that it is really you. That only ensures that it's the correct user doing the pushing. You could also add an extra level of…
Different git config for different projects or clients
📆2019-05-20🍱tools
If only working on projects with one single git service you won’t have a problem with email addresses differ between accounts. All your commits will always use the same information. But say you are using one service for private projects…