Completed
Utilizing Your Repository
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Git on Linux Simplified - How to Setup Your First Repository and Use Version Control
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Installing git on Linux
- 3 Create a Repository with git
- 4 Accessing Your New Repository
- 5 What’s in a Repository?
- 6 Utilizing Your Repository
- 7 git Command - git Status
- 8 Adding files to git for Tracking
- 9 Setting Up fit config
- 10 Your first git commit
- 11 Tracking the Changes
- 12 Committing New Changes
- 13 Reverting Changes
- 14 Cloning Your Repository
- 15 Examining a git config File
- 16 Pushing Your Changes to Remote
- 17 Conclusion