GIT introduction and basics
The course starts with the installation and configuration of Git on different operating systems. Participants will learn the necessary steps to install Git on their computers and make the basic configuration settings.
Another important part of the subject is the basic concepts of Git. Students will be introduced to the concepts of snapshots, commits and branches to understand how Git organizes and enables version control. These concepts are critical to working effectively with Git.
Finally, the initialization of a Git repository is covered. Participants will learn how to create a new Git repository and place their projects under version control. They will also learn how to transfer existing projects to a Git repository.