Question Bank

3705 approved questions from the community

How does Git ensure data integrity?

HARD
SINGLE CHOICE
40s
Git
by Mohamed

What command initializes a new Git repository?

EASY
SINGLE CHOICE
25s
Git
by Mohamed

What are the three main areas in Git's architecture?

MEDIUM
SINGLE CHOICE
35s
Git
by Mohamed

What does the `git clone` command do?

EASY
SINGLE CHOICE
30s
Git
by Mohamed

What is 'origin' in Git?

EASY
SINGLE CHOICE
30s
Git
by Mohamed

What is Git?

EASY
SINGLE CHOICE
30s
Git
by Mohamed

What is a branch in Git?

EASY
SINGLE CHOICE
30s
Git
by Mohamed

What does merging in Git accomplish?

MEDIUM
SINGLE CHOICE
30s
Git
by Mohamed

What is HEAD in Git?

EASY
SINGLE CHOICE
30s
Git
by Mohamed

What happens when you run `git add .`?

MEDIUM
SINGLE CHOICE
35s
Git
by Mohamed

What command would you use to add only specific files to the staging area?

MEDIUM
SINGLE CHOICE
30s
Git
by Mohamed

What is the difference between the working tree and tracked files in Git?

HARD
SINGLE CHOICE
45s
Git
by Mohamed

When a file's content changes in Git, the updated version is stored as a new Blob object with a different SHA-1 hash.

HARD
TRUE FALSE
35s
Git
by Mohamed

Regularly using `git status` is recommended to stay updated on the repository's state.

MEDIUM
TRUE FALSE
25s
Git
by Mohamed

Tag objects in Git are typically used to mark specific commits for releases.

HARD
TRUE FALSE
30s
Git
by Mohamed

Git analyzes selected files and identifies exact line-by-line modifications when you run `git add`.

EASY
TRUE FALSE
25s
Git
by Mohamed

What does SML stand for in the context of Git's staging area?

EASY
SINGLE CHOICE
30s
Git
by Mohamed

What does MDS stand for in the context of Git's staging area?

EASY
SINGLE CHOICE
30s
Git
by Mohamed

The staging area allows you to create atomic commits with only related changes grouped together.

MEDIUM
TRUE FALSE
30s
Git
by Mohamed

You should review and understand `git status` output before proceeding with staging or committing.

EASY
TRUE FALSE
25s
Git
by Mohamed
PreviousPage 81 of 186Next