Git Command Line Flashcards

1
Q

What are some GUIs available for Git?

A

Several different GUIs are available for Git, including GitHub Desktop.

Many programming editors, like Microsoft Visual Studio Code, also have an interface to Git.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Do all Git GUIs implement the same functionality?

A

No, they all work differently and have different limitations. None of them implement all of Git’s functionality.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What interface is used in the exercises of this module?

A

The exercises in this module use the Git command line—specifically, Git commands executed in Azure Cloud Shell.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Does Git’s command-line interface vary by operating system?

A

No, Git’s command-line interface works the same, no matter what operating system you’re using.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What advantage does the command line offer for Git?

A

The command line lets you tap into all of Git’s functionality.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What issue might developers face when using Git through a GUI?

A

Developers who see Git only through a GUI sometimes find themselves confronted with error messages they can’t resolve.

They have to resort to the command line to get going again.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly