From the course: Complete Guide to Git
Use Git version control software to manage project code - Git Tutorial
From the course: Complete Guide to Git
Use Git version control software to manage project code
- [Kevin] The Git Source Code Manager is an essential tool for every programmer and developer. Git keeps track of each change to your code and makes it easy to share those changes with other developers. It allows you to add new features and to try out ideas without impacting the main project. In this course, we will learn key concepts, fundamental skills, and advanced techniques, all with step-by-step examples. I'll share best practices and advice for using these techniques in the real world. I'm Kevin Skoglund. I've been writing code professionally for over 20 years, and I've been using Git for over 15 years. Git has helped me to manage complex projects and to write better code. I can't wait to share it with you. If you're ready to improve your development skills, let's begin with the Complete Guide to Git.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Download courses and learn on the go
Watch courses on your mobile device without an internet connection. Download courses using your iOS or Android LinkedIn Learning app.
Contents
-
-
(Locked)
Working with a remote2m 44s
-
(Locked)
Push changes to a remote5m 10s
-
(Locked)
Fetch changes from a remote4m 23s
-
(Locked)
Merge in fetched changes2m 44s
-
(Locked)
Work with new remote branches5m 54s
-
(Locked)
Push to an updated remote branch2m 50s
-
(Locked)
Delete a remote branch4m 14s
-
(Locked)
Prune stale branches4m 12s
-
(Locked)
Collaboration workflow5m 58s
-
(Locked)
Collaborating on open-source projects2m 57s
-
(Locked)