Computer Science, asked by kmrraj005, 1 year ago

A build can be triggered by a version control tool.

Answers

Answered by moody2
4
what I have to do. .........
Answered by mindfulmaisel
1

"Yes, a build can be triggered by a version control tool. The give statement is completely correct.

The version control tools are widely used by developers, designers or other types of creators who need to save their data from time to time. Actually, to understand what a version control system does, I'll cite an example from our daily life.

Those of us who have ever edited a picture or worked on some project might be familiar with the hassle of saving different instances of file because may be in future, one can decide to go back to some older instance of the present file.

That's exactly what a version control system does. The most common and widely used VCS is Git."

Similar questions