Nice find. Here it is without JS, or giving medium your traffic:
https://scribe.rip/@jake.page91/the-guide-to-git-i-never-had-a89048d4703a
Nice! Man, it would be awesome to have a full on Libredirect as a Lemmy bot
I know. I have a bunch of redirect extensions on all my device’s browsers, so this is what I get when I click on these links. No such extensions on iOS sadly.
Setting up such a bot shouldn’t be too hard though, I see it all the time for YouTube to Invidious instances.
I’d love this. Medium is such an irritating enshittification of the web. It used to be just a nice and crisp content host, so of course the nanosecond they have inertia with users they start walling shit off. I usually bounce if I get linked to it.
For anyone looking to learn git, the official book and site are thorough and exceptional. You can even download the eBook for free. While there’s no harm in using other sources to learn git, don’t use them as an alternative to the canonical source.
I completely agree. Still, the interactive graphical visualizations like in the ohmygit game are quite helpful and fun to play around with. I would recommend checking it out after you go through the official git book to consolidate your knowledge.
Quite verbose and I feel like it doesn’t actually explain things that will. E.g. jumping straight into branches is a weird order.
I can’t remember where I read it but the thing that made me understand Git was some tutorial that started out with “what would you do without git? You might copy & paste your whole project and add V2 on the end, then V3 etc. Those are commits. Now you want to keep track of things so you record parents etc…”
Semantically git is extremely simple so I don’t think it takes long to explain it properly. The really tricky bit is the CLI, but my very strong recommendation is to not use the CLI until you have some experience of the semantics via a good GUI (e.g. Git Extensions) because you’ll need a good mental model of what you are doing if you can’t actually see it.
I just went through this and it made some things click in ways that just weren’t clicking: https://ohmygit.org/
It was designed to allow for custom stages and I hope that a community rises up and fleshes out the more complex concepts. Yes I’m hinting.