0% found this document useful (0 votes)
5 views

GIT AND GITHUB

devops

Uploaded by

heystopit1917
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

GIT AND GITHUB

devops

Uploaded by

heystopit1917
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 21

Challenges in Traditional Approach

Challenges in Traditional Approach

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.

Figure Out What Happened


It is critical to know what changes were made to the previous versions of
the source code or where exactly the changes have been made in a file.

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

You might also like