Question 16
Which of the following statement(s) is/are false regarding Git?
Git is an example of a centralized version control system.
A file can stay in both working directory and staging area at a given time, while working with Git.
Git and GitLab/GitHub are essentially the same.
The command “git checkout -b <branch_name> ” will create the new branch and switches to the new branch created.