-
I might be mistaken but this post is basically describing git-friendly which I've used for years, is 100% flawless, and you'd need to pry from my cold, dead hands.
https://github.com/git-friendly/git-friendly
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
I wrote an open source project that may be useful to people here:
https://github.com/dmuth/git-rebase-i-playground
It lets you create a Git repo with synthetic commits and has sample exercises for doing different things within that repo, such as removing commits or squashing commits. (along with hints and answers)
Building this project helped me understand the ins and outs of Git much better and I suspect there will be value for anyone else who works through the examples.
-
For a nice record of history - rather than squashing all of the smaller commits into a single commit for a given feature, and then rebasing, something like semantic-release [1] could be used, which autogenerates release notes based on commit messages.
[1] https://github.com/semantic-release/semantic-release
-
If you can tolerate a GUI, Git Cola might be a solution. I'm using it exclusively for some 5 years now – it's lightweight enough, but still makes you think about what you're about to commit. You can add things to .gitignore directly from there, too.
https://git-cola.github.io/
Default layout is pretty barebones, here's what I'm doing instead: https://u.ale.sh/my-git-cola-screenshot.png
Related posts
-
Semantic-Release: Automate Versioning and Package Publishing with Ease
-
Semantic-Release: Automate Versioning and Publishing with Zero Manual Steps
-
Semantic-release – automated version management and package publishing
-
💡Automatic Deployment of your project dependencies updates on GCP : Efficiency vs. Cost?
-
Announcing @ngneat/avvvatars