GIT AND GITHUB
GIT AND GITHUB
GIT AND GITHUB
Collaboration
There are so many people located at different places, there may be a need to
communicate for a particular reason, or a set of people are working on the same project
but from other regions.
Storing Versions
The project is completed into several versions; in that situation, keeping all such commits
in a single place is a considerable challenge.
Challenges in Traditional Approach
Restoring Previous Versions
Sometimes, there is a need to go back to the earlier versions to find the
bug's root cause.
Backup
If the system or disk of the user breaks down and there is no backup, then
all the efforts go in vain.
Version Control Types
Workflow of Git