

The first vehicle I owned had no name. My friends kept asking what was named and I kept explaining “it’s a car. It gets me from point 🅰️ to point 🅱️.” I selected the car for it’s high fuel efficiency (record-breaking at the time) and general low total cost of ownership (TCO).
Not wanting to repeat the same conversation again, my second vehicle was named “Prius” and had they/them pronouns. Prius was a simple minded car, and liked car related things. Unfortunately, Prius met an untimely early end it got totaled by another driver (roommate was driving it, but the accident was 100% other driver’s fault).
For my third vehicle - another Prius, I immediately noticed her subtle feminity and her adventurous spirit. I’m gay, so it’s an immediate gal pal vibes .I named her, “Yetta” - and I knew we were destined to do crazy things together (and indeed we have!) She deserved a middle name fitting my plans for us. Taking a sort of mad hatter vibe, she got the middle name “Nutter”.
And that is the story I now tell my friends about how I got Yetta Nutter Prius.
git is a very complex undo/redo tool designed to simultaneously track the changes made to multiple documents by multiple users while being efficient with managing disk space and other resources. (It also has other clever tricks it can do). It was created by Linus Torvalds, current development is led by Junio Hamano.
Chris Wanstrath, P. J. Hyett, Tom Preston-Werner and Scott Chacon made GitHub.com, which was eventually sold to Microsoft. GitHub does two things well: -You can easily clone any project hosted with them to your own git repository using the command ‘git clone https://github.com/[Username]/[ProjectName]’ -The rest of the public website is basically a looking glass for everything git does under the hood natively (but with a nice webUI instead of a cold command prompt).
Personally I lost faith in GitHub when it started offering Copilot assistant. We’re only a two heartbeats away from Microsoft saying that using Copilot for any of your projects code constitutes Microsoft contributed to that project as a precursor to Microsoft saying it basically ‘owns’ all this open-source stuff. Embrace, extend, extinguish (I recommend everyone run docker and GitTea to create a personal clone store (give your favorite projects insurance) and that all developers move away from GitHub)