The wonders of git
I’ve been wanting to write about git for a very long time. It’s a tool used for managing versions of software (but it can be used for other things). One of the reasons that I… »
I’ve been wanting to write about git for a very long time. It’s a tool used for managing versions of software (but it can be used for other things). One of the reasons that I… »
EDIT: I’ve discovered this morning that, in fact, the issue still exists. I suspect a bug in the VCS code for Go, and have raised an issue (Although the issue bot gnome has misread what… »
In this post I’m going to be talking about how I use git. That is, what conventions I use, and what style I apply. First, Git is a Distributed Version Control System. A project is… »
I’ve been wanting to post about Git for a very long time - it’s a very important tool in any software developer’s toolkit. For the uninitiated Git is a tool that people can use to… »