1.
___________________ removes untracked files from your working directory.
2.
Which command creates an empty Git repository in the specified directory?
3.
Command to download all the objects and references from a specified repository
4.
Git command to compare two specified branches
5.
_____________ command renames the current branch to
6.
Which Git command displays the patch representing each commit.
7.
Which of the following command line environment is used for interacting with Git ?
8.
In Git, if you want to make your local repository reflect changes that have been made in a remote (tracked) repository, you should run the pull command
9.
If you want to make radical changes to your team
10.
The Git clone command does which of the following?