Git Up and Code, 18/100 Days of Code
I’m late to the Git party, but I’m having more fun than anyone here!
Git is a version control tool that optimizes the way software developers contribute code. There are a series of commands which allow for manipulating source code in a repository. This can be done in the terminal, or using UI-driven tools.
It’s a lot of fun to use and I feel like I’m better able to track my changes over time. If you haven’t already done so, take some time and learn about using Git. I did some research of my own which you can find here.
-CF