Knowledge is Power - Getting out of Trouble by Understanding Git
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Dive into the core concepts of Git in this 50-minute conference talk from GOTO Amsterdam 2019. Explore how understanding Git's underlying principles can help resolve complex issues and enable powerful workflows. Learn about refs, branches, tags, reset, garbage collection, and pack files. Discover techniques for merging, including fastforward, creative, and recursive methods. Master rebasing, resetting, and using rebase with the exec command. Gain insights into Git's seemingly counterintuitive behavior and acquire lesser-known features to enhance your development toolkit. Equip yourself with the knowledge to troubleshoot Git-related problems and optimize your version control practices.
Syllabus
Intro
Git digging around
Refs branches tags
Reset
GC
Pack files
Git is simple
Fastforward merge
Creative merge
Recursive merge
Rebase
Resetting
Rebase Error
RebaseExec
Taught by
GOTO Conferences
Related Courses
Addressing Algorithmic BiasGOTO Conferences via YouTube Empowering Consumers - Evolution of Software in the Future
GOTO Conferences via YouTube Why Static Typing Came Back
GOTO Conferences via YouTube Higher Kinded Types in a Lower Kinded Language - Functional Programming in Kotlin
GOTO Conferences via YouTube It's Not Hard to Test Smart - Delivering Customer Value Faster
GOTO Conferences via YouTube