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
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
3
Q
What is github?
A
sit for online storage of Git repositories
4
Q
Git Main Commands
A
clone, add, commit, status, help, pull, push, branch, log