And they just boosted https://toot.aquilenet.fr/@yunohost/114431095460107487
- 0 Posts
- 5 Comments
Joined 2 years ago
Cake day: August 4th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
phase@lemmy.8th.worldto Selfhosted@lemmy.world•Post your setup. no matter how uggoEnglish0·7 months agoAsking for the brand was a way to say that I would like to be able to check their data and perhaps buy it. I don’t need a nice stamp on things:)
phase@lemmy.8th.worldto Selfhosted@lemmy.world•Post your setup. no matter how uggoEnglish0·7 months agoI may need this now. Would you are the brand? A recommendation?
I try to follow https://www.conventionalcommits.org/en/v1.0.0/
For me, the need it: when production is on fire, as a responsible person, I want to be able to understand why the change of this commit has been made. Perhaps also what were the drivers of the implementation.
I also have this onliner to commit and push each 10min:
watch -n 60 'git add . ; git commit --allow-empty-message -m "" ; git push'
But those commits would never be merge as they are to master or main. It’s just if I loose work on my laptop. Worst case a
git rebase HEAD~
has to be done before the PR review.
I don’t have any experience with bitwarden. The question is what do you want.
I like pass because I can host my password with git, a decentralised storage. I have to manage the key myself.