[Pluralsight] Managing Source Code with Git – Learning Paths

 

About

Git is a distributed version-control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files. Its goals include speed, data integrity, and support for distributed, non-linear workflows.

 

Description

Beginner – Gain a high level overview of what Git is and how it is used while creating and manipulating your first repository.

Intermediate – Learn about the internal Git system while working in a distributed environment.

Advanced – Learn advanced Git techniques that professionals use.

 

What You Will Learn

• How to create and manage repositories
• How to create and manage branches and remotes
• How to add and commit data to your repositories
• How to push and pull data to your remotes
• How to list your commits
• How to navigate Git history
• How to version a project
• Advanced logging techniques
• How to rename and move files
• How to check out files
• How to rebase
• How to merge and solve merge conflicts
• Advanced Git techniques

 

Experience

• Command line basics

 

Size: 1.31GB

 

Course: https://www.pluralsight.com/paths/managing-source-code-with-git

Leave a Comment