TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What's the best, but relatively unknown use of Git you've seen?

12 pointsby hidden-spyderalmost 4 years ago

3 comments

high_bytealmost 4 years ago
I haven&#x27;t seen this, maybe it was done before but at least I haven&#x27;t seen it widespread but I&#x27;d love to: tutorials.<p>think that each step is either a branch or a commit. whenever you&#x27;re done, just switch to the next branch. even if you&#x27;re git-illiterate, you could have a next.sh for pointing to the next step in the tutorial. same logic for check.sh to verify completion. you have built-in diff for changes between steps, you could work in whatever IDE you like, and it may not be limited to just code, too.
comradesmithalmost 4 years ago
The use of git to track timeseries data is pretty neat. I have one private git repo which a machine will periodically update with it&#x27;s public IP.<p>Here is a group that tracks public data sources in git: <a href="https:&#x2F;&#x2F;github.com&#x2F;datasets" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;datasets</a>
Horbaalmost 4 years ago
It&#x27;s the data layer of <a href="https:&#x2F;&#x2F;www.passwordstore.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.passwordstore.org&#x2F;</a>.