Intro to Git
Source Control
Source control solves a simple problem: how do you and your colleagues keep track of changes in your codebase?
By, sending each other updated code
By, notifying each other when code changes
So, when the size of your project increas...
insearchof.hashnode.dev3 min read