Making Peace with Git and GitHub
December 31, 2015
I haven’t had to do a lot with source control. I have source control setup on my local server, but it’s Subversive which is a good way to start.
I’ve always had a bit of trouble wrapping my head around source control, I love it, but I’ve come late to the party.
So as I’ve blogged before, I’m working on an Open Source project. Right now, I’d doing what I do best, doing error checking, writing test plans, and documentation. I’ve even looked into some code.
I’m proud of myself as I have been able to create my own branches, add test plans, and consolidate the branches. When the other people get back from their breaks, I’ll do another push. I’ve done two pushes so far that have been accepted the project.
Comments