An open API service indexing awesome lists of open source software.

https://github.com/gerhynes/intro-to-git

introduction to git
https://github.com/gerhynes/intro-to-git

git

Last synced: over 1 year ago
JSON representation

introduction to git

Awesome Lists containing this project

README

          

# Working Directory
- Area where all of our files and directories and changes are living all the time.

# Staging Area
- Files and directories that we explicitly add to the staging area.

# Git Repository
- Where all our snapshots are stored.