Everyday Git
4 lessons in the Git course.
Full Git course · Search this topic · Programming
- Creating a RepositoryStart tracking a project with git init or clone an existing repository.
- Staging and CommittingUse git add, status, and commit to save clear snapshots of your work.
- Viewing HistoryInspect commits and compare versions with log, show, and diff.
- Ignoring FilesKeep generated files, secrets, and clutter out of Git with .gitignore.