- A version control system.
- Its original purpose was to help groups of developers work collaboratively on big software projects.
- Git manages the evolution of a set of files – called a repository – in a sane, highly structured way.
coolcoder
, freakingawesome
, etc. are probably not good ideas.pro
plan after verificating student’s statusgit config --global user.name 'Jane Doe' git config --global user.email 'jane@example.com' git config --global --list
commit
, which takes the files as they are in the staging area and stores that snapshot permanently to your Git directory.push
the commit(s).