Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Git Feature Branches as an Art
Matthew McCullough
March 12, 2014
Programming
0
130
Git Feature Branches as an Art
Slides from Matthew's Fluent (
http://fluentconf.com/fluent2014
) talk on Feature Branches in Git.
Matthew McCullough
March 12, 2014
Tweet
Share
More Decks by Matthew McCullough
See All by Matthew McCullough
Patterns for Collaborative Software Development in a Social World at JavaOne 2015
matthewmccullough
1
330
Collaborative Software Development in a Social World at the Utah JUG
matthewmccullough
2
130
Git and GitHub Platform Review
matthewmccullough
1
270
Your First Pull Request
matthewmccullough
0
210
Git and GitHub Workflows at the Utah JUG
matthewmccullough
1
580
Agile-ish life at GitHub
matthewmccullough
2
260
Git and GitHub Agile Workflows for HP
matthewmccullough
0
220
Writing Tools on the GitHub Platform
matthewmccullough
0
190
The Foundations of Collaboration with GitHub • SIGCSE 2014
matthewmccullough
1
90
Other Decks in Programming
See All in Programming
About Type Syntax Proposal
quramy
1
1.2k
You CANt teach an old dog new tricks
michaelbukachi
0
120
UI State Modeling 어떤게 좋을까?
laco2951
1
240
TechFeed Conference 2022 - Kotlin Experimental
jmatsu
0
830
CLI構築のススメ
nyankotaro
1
220
あなたの会社の古いシステム、なんとかしませんか?~システム刷新から考えるDX化への道筋とバリエーション~/webinar20220420-systems
grapecity_dev
0
130
Enterprise Angular: Frontend Moduliths with Nx and Standalone Components @jax2022
manfredsteyer
PRO
0
310
Unity Localization で多言語対応実装しよう / xrdnk-yokohamaunity-lt10-20220513
xrdnk
0
160
アプリのログをチーム外で活用してもらうためにやったこと
shotakashihara
0
190
Why declarative UI frameworks?
tkuenneth
0
150
あなたの会社の古いシステム、なんとかしませんか?~システム刷新から考えるDX化への道筋とバリエーション~/webinar20220420-grapecity
grapecity_dev
0
140
Oculus Interaction SDK 概説 / xrdnk-caunity-LT4
xrdnk
0
250
Featured
See All Featured
Streamline your AJAX requests with AmplifyJS and jQuery
dougneiner
125
8.5k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
498
130k
The Cult of Friendly URLs
andyhume
68
4.7k
Web Components: a chance to create the future
zenorocha
303
40k
Large-scale JavaScript Application Architecture
addyosmani
499
110k
Building Better People: How to give real-time feedback that sticks.
wjessup
343
17k
How GitHub (no longer) Works
holman
296
140k
The Invisible Side of Design
smashingmag
289
48k
Done Done
chrislema
174
14k
YesSQL, Process and Tooling at Scale
rocio
157
12k
5 minutes of I Can Smell Your CMS
philhawksworth
196
18k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
236
1M
Transcript
Feature Branches as an art with Matthew McCullough at Fluent
2014
education@github.com education.github.com @matthewmccull Q&A
Branch everything
Reuse commit messages
Combine with amend
Redo with reset
Squash a merge
Reuse with cherry pick
Rebase on a branch
Rebase interactively
Fixup with rebase
Branch duplication
Reflog for resurrection