Breaking things since 2021.
- 3 Posts
- 5 Comments
Joined 2 years ago
Cake day: July 3rd, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
TheCommieAxolotl@programming.devOPto
Programming@programming.dev•RelaGit: First Beta Release now available to download.
2·2 years agoNot currently but it is planned to be added soon along with in-client conflict resolution.
TheCommieAxolotl@programming.devOPto
Programming@programming.dev•RelaGit: First Beta Release now available to download.
8·2 years agoI actually did consider rewriting it to use Tauri over electron, but found it didn’t fit to my pipeline or offered everything I needed,
TheCommieAxolotl@programming.devOPto
Programming@programming.dev•A New Look for git.rela.dev
1·2 years agoYes, it’s a visual git client (like GitHub desktop or fork)
TheCommieAxolotl@programming.devOPto
Programming@programming.dev•A New Look for git.rela.dev
3·2 years agoYeah, sorry about that.
It’s currently private as I still have a bit to go until beta testing but the site assumes it’s public.
I’ll disable the button and stop the automatic redirect!



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.