Blogs

Git - multi user

Abstract When we work on different projects, sometimes we have different git providers (e.q. GitHub, GitLab, Gitea,…). Also it is possible that we need to use different users for our contribution. This is obiously possible using git with https. Because ssh is considered more secure in context …

Git - share secrets

Abstract In some cases you want to securely share secrets with other teammates. Furthermore you want to have a history of those secrets. For this purpose Git crypt helps you to handle secrets within your git repository. git-crypt enables transparent encryption and decryption of files in a git …