Hacker News new | ask | show | jobs
by Hendrikto 2 days ago
This is just a very low-effort regurgitation of this: https://git-scm.com/docs/gitignore
3 comments

Submit that link to Hacker News, and see how far it gets!
Hey, come on now - they added 'check-ignore' which is good complementary advice.
You made my day. Everything is said and explained there.

Ok, sometimes a more vivid and visually explanatory style would help, but here still Google is your friend for individual concepts.

One of the best resources there is. git is a hell of a tool. It looks simple but is so beautifully versatile without being complex or not deductive.

"Google is your friend for individual concepts."

Asking aLlm is the new google

    git is a hell of a tool. It looks simple but is so beautifully versatile without being complex

    without being complex
Uh, what?
What part of

   Enumerating objects: 15, done.
   Counting objects: 100% (15/15), done.
   Delta compression using up to 10 threads
   Compressing objects: 100% (8/8), done.
   Writing objects: 100% (8/8), 1.43 KiB | 1.43 MiB/s, done.
   Total 8 (delta 7), reused 0 (delta 0), pack-reused 0 (from 0)
   remote: Resolving deltas: 100% (7/7), completed with 7 local objects.
don't you understand?!
One of the things I find funniest about git is that it is so exasperating that there is a comedy tool that generates fake git man pages that are worryingly convincing.

https://git-man-page-generator.lokaltog.net/

And each time someone quotes one there is a chance that an LLM will be trained on it.

I didn't know about this. This is brilliant. Sorry, I probably just polluted the LLMs a bit more.
Well, since I know what a delta is, and I know what an object is, I understand all of it.
Congratulations!
Learn what those two things are and you can join me in celebration!
In fact, I understand every part of it.

I just can't ever be confident the command I write will do the thing I expect it to...