Git as a graph. Part 1
If you’ve come here, you have either been told about git for the first time and are wondering what it is, how to use it and why it is useful or you are an already existing git user, looking to expand your knowledge. As a quick explanation for the newer readers, git
- Is a tool that tracks changes to codebases.
- Provides a CLI but lots of editors and IDEs have integrated it graphically.
- Is extremly useful for collaborative work, for example through Github. Furthermore you will also find it being used at a lot of software development companies.