English, asked by sreenikethvinod7699, 1 year ago

Build Executables cannot be included as part of version control

Answers

Answered by sushreebarnali125
5

FALSE..

Correct option is false

Answered by Sidyandex
1

Version control should not contain build executables.

It should contain everything that make it easy for the project developer to compile, run, test, deploy a project without much manual intervention.

Version control should contain files that are required for build.

It must not contain files with absolute paths.

One should exclude personal preferences like colors, tab size and window positions.

Similar questions