1. Introduction: Using and Installing Git Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What are the different ways to use Git?

A
  1. Command Line
  2. GUIs
  3. Code Editors/IDEs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why is command line preferred over GUI for Git?

A
  • Command Line is fast and reliable
  • Sometimes GUI might not be available on remote computers
  • Command Line has all the features while GUI may be missing some
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the examples of Git GUI?

A

Git Kraken

SourceTree

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

How is Git added to Code editors/IDEs?

A

IDEs and Editors have Git extensions that allow to use version control

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

What do we use for Git command line interface?

A

Git Bash

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

Why is Git Bash preferred over Windows command line?

A

Because Git Bash emulates Unix/Linux environment and commands

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