Q. Which of the below is a source code management tool?
β
Correct Answer: (A)
Git
Explanation:
A Source Code Management (SCM) tool is used to track and manage changes in the source code. Among the given options:
- Git β β SCM tool used for version control.
- Hudson β β Old CI/CD tool (predecessor of Jenkins).
- Maven β β Build automation tool.
- Jenkins β β CI/CD tool for automation.
Thus, Git is the correct answer.