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
- Host: GitHub
- URL: https://github.com/gerhynes/intro-to-git
- Owner: gerhynes
- Created: 2017-04-30T20:38:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T20:46:27.000Z (about 9 years ago)
- Last Synced: 2025-01-31T11:49:40.619Z (over 1 year ago)
- Topics: git
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.