How many types of version control systems are there in Git?
Which Git command is used to save changes in a repository?
Which Git command is used to initialize a new repository?
Which Git command creates an empty Git repository in the current directory?
What's the Git command that downloads your repository from GitHub to your computer?
What Git command is used to upload local repository content to a remote repository?
Which of the following is an advantage of Git?
What does the git add
command do?
Which of the following statements is true about Version Control Systems?
Which of the following statements about branches in Git is true?