Quantcast
Channel: Chris Mospaw
Viewing all articles
Browse latest Browse all 36

Git

$
0
0

 

VCSs (Version Control Systems) have been around for a long time, and should absolutely be a part of every developer’s toolbox. If you’re not using s asystem to keep track of your files, you shouldn’t be programming. They have evolved and grown along with the codebases they track.

Git has been around for quite a while and hasn’t been surpassed in features, relative ease of use (yaay cheap branches) and breadth of tools. Sure there are other VCSs out there, but git is pretty much the de-facto choice.

I not only use git to track my code at work, I use to to track the files of my personal projects, text editor configurations, and a few other things. It’s a great system and truly indispensable. After the OS and a text editor, it’s what I install on every machine.


Viewing all articles
Browse latest Browse all 36

Trending Articles