1.1 - Git and GitHub
.git folder
git init
git remote
GitHub
- Differentiate between GitHub as a remote hosting service for version control and Git as a version control system.
- Explain the purpose of the
.git
directory.
Jan 27, 2023
Main topics