Build Executables cannot be included as part of version control
Answers
Answered by
5
FALSE..
Correct option is false
Answered by
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