HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ViVr

no profile record

comments

ViVr
·قبل 7 أشهر·discuss
When working on a feature branch it can be useful to break up your changes into logical commits. This gives you the flexibility to roll back to an earlier iteration when still working on the feature if needed.

One of my git habits is to git reset the entire feature branch just before opening a PR, then rebuild it with carefully crafted commits, where i try to make each commit one "step" towards building the feature. This forces me to review every change one last time and then the person doing code review can also follow this progression.

These benefits hold even if the branch ultimately gets squashed when merging into main/master. I also found that even if you squash when merging you can still browse back to the PR in your git repository web UI and still see the full commit history there.
ViVr
·السنة الماضية·discuss
> I realize you are probably using bitwarden directly, in which case don’t you trust them to safeguard your data?

Yes i use bitwarden directly, no self hosting. I do trust them keep my data safe (although i also trusted LastPass at some point, big mistake) but why not also keep a local copy, just in case. The type of data you store in bitwarden is worth the hassle and if Bitwarden Inc. ever gets into big trouble suddenly you'll be glad to have the backup.
ViVr
·السنة الماضية·discuss
I'd like to see them add support for including attachments in your Bitwarden exports before i go putting any more critical data into their ecosytem.

It has been a feature request for close to 6 years now: https://community.bitwarden.com/t/allow-attachments-to-be-ex...