Advanced Search
Search Results
2 total results found
What is Git?
Basic Programming
Module 10 : Git
Git is a Version Control System Software. A version control keeps track of every change in your code and it allows you to go back in time when something goes wrong. Why Use Git? Prevents overwriting changes when multiple people work on the same file. Keeps a...
GitHub
Basic Programming
Module 10 : Git
GitHub is a web-based Git repository hosting service. It works just like Google Drive, but for code. It allows you to store your code in the cloud and collaborate with others. You can create a repository, add collaborators, and work on the same codebase. GitHu...