
This meme’s been trending in the r/ProgrammerHumor subreddit, and although “to do literally anything” is a stretch, my git / github workflow is pretty routine now using the relevant xkcd method, but actually with quite a bit of understanding from the first half of the excellent Pro Git book. I highly recommend it.
I had in my goals to set up XCode for push (I think I probably just need to generate a token on GitHub and save it in xcode), so I will do that for completion, but I’m also enjoying my pimped out terminal so I’m pretty much a git cli guy now.
I may have gone overboard creating repos for every tiny app in my learning process – sorry Microsoft you have to host all of that for free. It is probably possible to have one repo, with a heap of separate projects inside it. That would require the ability to clone just a directory and it’s sub directories, which is something I don’t know how to do yet
* Yes, I’m always going to do bad git puns in post titles.
Leave a comment