1. Introduction: Using and Installing Git Flashcards
1
Q
What are the different ways to use Git?
A
- Command Line
- GUIs
- Code Editors/IDEs
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
3
Q
What are the examples of Git GUI?
A
Git Kraken
SourceTree
4
Q
How is Git added to Code editors/IDEs?
A
IDEs and Editors have Git extensions that allow to use version control
5
Q
What do we use for Git command line interface?
A
Git Bash
6
Q
Why is Git Bash preferred over Windows command line?
A
Because Git Bash emulates Unix/Linux environment and commands