Welcome to Git Tutorial by Push Dev
This course offers an explanation of the basic concepts for managing github repos. At the end of the course you will be able to Push your code from your machine to a shared remote repository and track the changes made by other members of the team.
- Version control systems
- What are Version Control Systems?
- Version control concepts
- Git
- Installation
- Git Configuration
- Git repositories
- Working tree
- Adding files/changes
- Commiting
- Branches
- Synchronization with remote Git repositories
- Pull Requests
- TODO@you: Create your own repository with your changes
- Course students