VCS/SCM with GIT
The VCS is a system that tracks and records changes to source code over time, enabling collaborative development and rollback to previous versions.
You will gain fundamental skills to track and manage code changes. With practical examples and guided exercises, you will discover how to use Git in
effective way to increase productivity and simplify your development work.
To who we address
Learn to manage code versioning with Git, the most used tool in the world. The course is designed for beginners and those who want to consolidate their skills: track changes, work in teams, manage versions and projects efficiently.
Course structure
1
-
Introduction to the concepts of VCS and SCM
-
DVCS
-
Basic git commands
-
Exercise
2
-
Branches and tags with git
-
Exercise
3
-
Remote Workflow with Git: Remote, Clone, Pull, Push
-
Conflict Management
-
Exercise