RubyConf 2019 - Story telling with Git rebase by Elle Meredith

Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=-WsjKCledP4



Duration: 34:43
975 views
20


RubyConf 2019 - Story telling with Git rebase by Elle Meredith

In a successful software development project, a key challenge is to manage complexity because projects get very complex very quickly even within small teams. Version control is the tool for communicating intent in our codebase over the life time of the project. Rebasing allows us to revise our development history before sharing it with the team.


Learn to use Git commit messages to keep track of the intent of your code changes to make it easier to make future changes. Learn how to make using feature branches less painful and more effective. Learn the mechanics of interactive rebasing, how to merge conflicts without losing precious code and how to auto-squash commits. Basically, stop fearing interactive rebasing.

#confreaks #rubyconf2019




Other Videos By Confreaks


2019-12-04RubyConf 2019 - Creating AR Apps with RubyMotion by Lori Olson
2019-12-04RubyConf 2019 - The Functional Rubyist by Joe Leo
2019-12-04RubyConf 2019 - Elasticsearch 5 or and Bust by Molly Struve
2019-12-04RubyConf 2019 - Less abstract! Surprising effects of expressing rules of OOP... by Ivan Nemytchenko
2019-12-04RubyConf 2019 - How to lose 50 Million Records in 5 minutes by Jon Druse
2019-12-04RubyConf 2019 - What's Love Got To Do With It? Ruby and Sentiment Analysis by Ben Greenberg
2019-12-04RubyConf2019 - Digging Up Code Graves in Ruby by Noah Matisoff
2019-12-04RubyConf 2019 - Speeding up NMatrix by 100x by Udit Gulati 1
2019-12-04RubyConf 2019 - The Singleton Module and Its Pattern In Ruby by Mike Calhoun
2019-12-04RubyConf 2019 - Seven Deadly Sins by Brian McElaney
2019-12-03RubyConf 2019 - Story telling with Git rebase by Elle Meredith
2019-12-03RubyConf 2019 - lo-fi hip hop ruby - beats to relax/study to by Zachary Schroeder
2019-12-03RubyConf 2019 - Cocktail Masterclass with Ruby and Friends by Julian Cheal
2019-12-03RubyConf 2019 - Rekindling a love of creation with Ruby and Raspberry Pi by Colleen Schnettler
2019-12-03RubyConf 2019 - Fun, Friendly Computer Science by Mercedes Bernard
2019-12-03RubyConf 2019 - Injecting Dependencies for Fun and Profit by Chris Hoffman
2019-12-03RubyConf 2019 - Statistically Optimal API Timeouts by Daniel Ackerman
2019-12-03RubyConf 2019 - Ruby Next: make old Ruby quack like a new one by Vladimir Dementyev
2019-12-03RubyConf 2019 - Ruby ate my DSL! by Daniel Azuma
2019-12-03RubyConf 2019 - Digesting MRI by Studying Alternative Ruby Implementations by Christian Bruckmayer
2019-12-03RubyConf 2019 - What's happening when initializing mruby? by Yurie Yamane and Masayoshi Takahashi



Tags:
Ruby
RubyConf
Programming