Actually, git is my very first RCS. Back in college, most of us were never taught about RCS which is very important in collaborative work and in software development. I first got into git 5 years ago when I was cloning Fedora source code, hell I don't even know how RCS works that time. But just a few months ago, I was forced to totally dip my feet on git and on my own because at work, I was forking stuff on an open source application hosted in github and I had to edit and document that fork, A LOT because I was playing with programming languages that I am not knowledgeable at all.
So after all that work on that forked repo, I realized that I could use git on our projects too. Now instead of hosting our stuff via a local machine/server, we now have all of our stuff in github and collaboration is much, much easier now.
Although I find git too easy especially with github but hey, it works. Maybe I'm too much of a Linus Torvalds fanboy
