Showing 5725–5736 of 14641 results
Git and GitHub Crash Course
Learn basic Git features: commit changes, checkout commits and branches, merge branches, sync with GitHub
Git and GitHub Essentials
Learn about Git, Github & version control from scratch, including how to install Git in this Git & Github online course.
Git and GitHub for DevOps Engineers
DevOps Engineer Roles on Git and GitHub from Creating a Repository to Releasing Code onto Production Environment
Git and GitHub Simplified
Git Simplified Learn git the best and easy way and enjoy using it
Git and GitHub Version Control – The Complete Startup Guide
Learn Version Control using Git and GitHub - The Complete Startup Guide for beginners
Git Branching and Merging
Git branches help you manage your daily tasks easier. If you're working in a shared codebase, then branching is essential. Packed full of demos, this course will guide you through Git branches and the tools available to help you along the way.
Git Configuration and Attributes
This course will teach you how to customize your Git experience to improve your workflow and avoid common issues.
Git Debugging Techniques
This course provides a practical overview of three different Git commands to help you track down and identify when a bug was introduced into the code case of your Git repository.
Git Deep Dive
Are you ready to graduate from “Git user” to “Git power user”? This course goes in depth about basic Git operation and shows you how to deal with large real-life projects.
Git Essentials — The step-by-step guide to Git mastery
Learn how to use Git and GitHub like a pro by mastering the daily Git workflow that every developer uses.
Git Fundamentals
This course will teach you the fundamental concepts and key characteristics of Git and how to set up your local environment, track and manage content locally, and how to work in a shared remote repository with other team members.
Git Hooks
Git Hooks are extensibility points that allow software devs to automate different operations that would otherwise have to be performed manually. This course will cover what Git Hooks are, their common use cases, advantages, and limitations.