Git Basics (3b) Flashcards

1
Q

What are the three areas of a local git project?

A

Git directory -checkout project-> Working Directory -stage files-> Staging Area -commit files-> Git Directory

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

What is the basic workflow of git?

A

Modify: files in working directory
Stage: adding snapshots of files to staging area
Commit: takes files in staging area and stores permanently in git directory

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

What is github?

A

sit for online storage of Git repositories

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

Git Main Commands

A

clone, add, commit, status, help, pull, push, branch, log

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