Breaking things since 2021.
Programming @programming.dev Introducing OnlyNv: Your one-stop solution for managing environment variables.
Programming @programming.dev RelaGit: First Beta Release now available to download.
Programming @programming.dev A New Look for git.rela.dev
Programming @programming.dev 8 Months and Counting: The (harsh) reality of building a product from scratch.


Exactly, you never check passwords into version control. So what happens when you need to share those values with other team members? The github example is not to put a .env file into a repo but to add the secrets to github’s native secret manager, which is what products like actions use to read envs.