Git for complete beginners.
Git. All you need to know to start working with it
Description
This course simply teaches how to use Git, the popular open-source version control software, to manage changes to source code and text files.
Using a step-by-step approach you will learn the commands that enable efficient code management and reveals the fundamental concepts behind version control systems and the Git architecture. Discover how to track changes to files in a repository, review previous edits, and compare versions of a file; create branches to test new ideas without altering the main project; and merge those changes into the project if they work out. The course begins by demonstrating version control in a single-user, standalone context, before exploring how remote repositories allow users to collaborate on projects effectively.
What You Will Learn!
- Install and configure Git.
- Learn the key concepts of the Git source control system.
- Execute basic commands in the command line.
- Learn how to inspect Git repository using status and log checks.
- Learn Git workflow.
- Learn Git branching basics.
- Create branches and resolve conflicts with confidence.
Who Should Attend!
- Software engineers, developers, and programmers new to Git
- Anybody interested in using Git as a version control system