Articles → GIT → Introduction To Git
Introduction To Git
What is source/version control?
Scenario of using source/version control
- Get the latest version of the code
- Share the updated code with other developers.
- Maintain the previous versions of code for reference.
What is Git?