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
matthewmccullough
1
310
matthewmccullough
2
130
matthewmccullough
1
250
matthewmccullough
0
190
matthewmccullough
1
550
matthewmccullough
2
240
matthewmccullough
0
200
matthewmccullough
0
180
matthewmccullough
1
81
Other Decks in Programming
See All in Programming
azdaroth
0
150
pyama86
2
270
saki4869
0
200
akatsukinewgrad
0
230
kyoheig3
0
440
taoshotaro
1
370
akkeylab
0
370
hirotokirimaru
1
440
yaamaa
0
460
line_developers_tw
1
510
ajstarks
2
550
hollodotme
1
110
Featured
See All Featured
dougneiner
119
7.8k
destraynor
223
47k
jlugia
216
16k
yeseniaperezcruz
302
31k
jrom
114
7.1k
swwweet
206
6.8k
qrush
285
18k
lara
590
61k
matthewcrist
73
7.5k
jacobian
255
20k
jeffersonlam
328
15k
holman
448
130k
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