Egghead.io – Productive Git For Developers

Egghead.io – Productive Git For Developers-APoLLo
English | Size: 145.97 MB
Category: Tutorial


Knowing your everyday toolset increases your productivity as a developer. And Git is one of those tools you use on a daily basis. Mastering Git is tough; it has hundreds of different commands, often even inconsistent at how you pass in flags and configuration options. On the other side, there are a lot of good Git courses out there already, explaining all of these commands in detail.

Egghead.io – Fix Common Git Mistakes

Egghead.io – Fix Common Git Mistakes-APoLLo
English | Size: 278.77 MB
Category: Tutorial


To really improve your git skills it is essential that you build up a better mental model, a part of that means understanding all the different states a file could be in. Files can be on your computer, a repo, a staging area, your working directory, server directory, or a local stash.

Skillshare – The Complete Git and GitHub 2020 Course For Beginner

Skillshare – The Complete Git and GitHub 2020 Course For Beginner-ViGOROUS
English | Size: 499.39 MB
Category: Tutorial


Learn the fundamentals of Version Control through this step-by-step tutorial that will teach you the ins-and-outs of Git. This course is your complete guide to how Git and GitHub work in a professional team environment.

Packt – Git Essentials Become a Git and GitHub Ninja

Packt – Git Essentials Become a Git and GitHub Ninja-RiDWARE
English | Size: 2.21 GB
Category: Tutorial


Learn
Become well-versed with how to clone a GitHub repository
Understand how to add files to your GitHub repository
Get to grips with resolving merge conflicts
Explore GitHub pull requests
Understand how to stash your code
Discover how to merge Git branches

Linkedin Learning – Programming Foundations Version Control with Git

Linkedin Learning – Programming Foundations Version Control with Git-XQZT
English | Size: 247.74 MB
Category: Tutorial

Manually keeping track of changes to files can slow you down Version control systems allow developers to off-load this work, as well as safeguard their projects in general. In this course instructor Christina Truong covers the fundamentals of version control with Git, the popular open-source version control software. Christina helps you get acquainted with basic Git terminology, the basic Git workflow, and how to install the software on both Macs and PCs. She then demonstrates how to manage repositories using either the command line or a graphical user interface (GUI). Along the way, she provides challenges and solutions that help you grasp how these concepts work in practice