Computer Science, asked by yamu638, 4 months ago

WHICH TOOL IS USED TO ALLOW MULTIPLE PROGRAMMERS TO WORK EFFICIENTLY WITHOUT DUPLICATIONS OF INCONSISTENCES?
GIT
WINDOWS
JDK
JUNK

Answers

Answered by pradhoshxcs
11

Answer:

GIT

Explanation:

Answered by dualadmire
3

GIT allows multiple programmers to work on the same project efficiently without any duplications or inconsistencies.

  • GIT is a type of version control system.
  • Git keeps a record of the changes done to the files, so the user have a record of what has been done.
  • Git makes team work easier i.e. allows many programmers to work on a single program thereby allowing changes by multiple programmers to be merged into one source code.
Similar questions