Speakerline
Speakers
Proposals
Events
Tags
Edit a proposal
Adam Cuppy
Ahmed Omran
Alan Ridlehoover
Amit Zur
Andrew Mason
Andrew Nesbitt
Andy Andrea
Andy Croll
Asia Hoe
Avdi Grimm
Ben Greenberg
Bhavani Ravi
Brandon Carlson
Brittany Martin
Caleb Thompson
Caren Chang
Chiu-Ki Chan
Christine Seeman
Cody Norman
Devon Estes
Eileen Uchitelle
Emily Giurleo
Emily Samp
Enrico Grillo
Espartaco Palma
Fito von Zastrow
Frances Coronel
Hilary Stohs-Krause
Jalem Raj Rohit
Jemma Issroff
Jenny Shih
Joel Chippindale
Justin Searls
Katrina Owen
Kevin Murphy
Kudakwashe Paradzayi
Kylie Stradley
Maeve Revels
Maryann Bell
Matt Bee
Mayra Lucia Navarro
Molly Struve
Nadia Odunayo
Nickolas Means
Noah Gibbs
Olivier Lacan
Ramón Huidobro
Richard Schneeman
Rizky Ariestiyansyah
Saron Yitbarek
Sean Moran-Richards
Shem Magnezi
Srushith Repakula
Stefanni Brasil
Sweta Sanghavi
Syed Faraaz Ahmad
Tekin Suleyman
Thomas Carr
Tom Stuart
Ufuk Kayserilioglu
Valentino Stoll
Victoria Gonda
Vladimir Dementyev
Title
Tags (comma-separated, max 3)
Body
### Abstract Feel like you just don’t “git” it, or looking to up your “git” game? This is the talk for you! We’ll start with the basics, then work our way up to useful commands for debugging and correcting issues, all the while exploring different variations of specific commands. While aimed at new kids on the git block, even command line connoisseurs can probably pick up a few tricks. There’s more than one way to “git” things done, so let’s “git” together! ### Notes I’m a senior developer who’s been programming professionally for nine years, using git via the command line. When you’re first starting out in programming, you often learn the basic commands, and maybe some specific ones your team likes to use. However, it can be easy to rely on the same ones over and over and not realize the different ways you can customize your git experience, like using the myriad flags and options available. (For example, while researching for this talk, I learned some common workarounds I do could easily be replaced with a flag I didn’t know existed!). This talk is intended to be fun, casual and informative, focused on folks who have some familiarity with git, but haven’t yet done a deep dive. Outline 1. What actually IS git? - Brief history - Why we use version control This section is mostly about the big picture - I've worked with several junior developers who came with a strong command of individual commands, but struggled to explain how everything to fit together and what was happening behind-the-scenes. Especially for newer programmers, hearing what can go wrong without version control can also help it feel more pertinent and valuable / worth learning. 2. Fundamentals This section is for making sure we’re all on the same page regarding the most basic commands, and also shares options and flags that can be useful additions for them: - clone - merge - add - commit - push 3. Core Commands In this section, we’ll look at a set of core commands just beyond the fundamentals, and walk through 2 to 3 variations for each: - diff - log - shortlog - reflog - rebase - stash - remote prune origin - clean 4. Debugging and Undoing This section looks at commands that are particularly useful for fixing or finding problems, again exploring 2 to 4 variations for each, and sharing real-world examples of when they’re useful: - revert - reset - cherry-pick - show - bisect 5. Audience discussion - Favorite commands and why - Any tips or tricks they use to make git easier
Back to Speaker Directory