Git Best Practices

less than 1 minute read

I’ve been using git as my primary source control system for the past year and a half and am loving it. It fits perfectly into my workflow by allowing me to create branches for new features or experimentation that I always do.  Anyhow, I found this great site that gives some great simple tips on how to using git as your source control system. I use most of them, but I will start working on using some of the other features more often. A great thing about git, is that there are a lot of ways that you can use it for your needs (whether your a one-team man or a member of multiple member development group).  Anyhow, here is the link.  I’m sure I will use this to refresh my mind on things as they come up!

Leave a comment