Git - sgbasaraner/swe573 GitHub Wiki
Git Diary
I'm fairly confident about my git skills, I spend most of my time at work doing something related to git. I'll use this page to document new, cool stuff I find about git (also probably about GitHub).
Write Yourself A Git
I discovered this amazing website that guides you to writing a simple version of Git. Even though it's simple, it's still fully compatible with the original git. I also attempted to write my own git following this tutorial, did some good progress, and gave up because I got bored in the past. But I still recommend this to everybody who wants to be proficient at git, because I believe the best way to learn a piece of software is to implement it.
MacOS instances offered by GitHub Actions
GitHub's new CI extension, GitHub Actions, now offers MacOS runners. I can't tell you how cool it is to be able to automate iOS deployment (which is a big pain in all iOS projects) without even leaving GitHub.