Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Git Feature Branches as an Art
Search
Matthew McCullough
March 12, 2014
Programming
0
180
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
390
Collaborative Software Development in a Social World at the Utah JUG
matthewmccullough
2
170
Git and GitHub Platform Review
matthewmccullough
1
520
Your First Pull Request
matthewmccullough
0
300
Git and GitHub Workflows at the Utah JUG
matthewmccullough
1
830
Agile-ish life at GitHub
matthewmccullough
2
400
Git and GitHub Agile Workflows for HP
matthewmccullough
0
310
Writing Tools on the GitHub Platform
matthewmccullough
0
280
The Foundations of Collaboration with GitHub • SIGCSE 2014
matthewmccullough
1
120
Other Decks in Programming
See All in Programming
『毎日の移動』を支えるGoバックエンド内製開発
yutautsugi
2
250
高度なUI/UXこそHotwireで作ろう Kaigi on Rails 2025
naofumi
4
4.1k
開発生産性を上げるための生成AI活用術
starfish719
3
950
Advance Your Career with Open Source
ivargrimstad
0
520
CSC509 Lecture 05
javiergs
PRO
0
300
なぜあの開発者はDevRelに伴走し続けるのか / Why Does That Developer Keep Running Alongside DevRel?
nrslib
3
400
理論と実務のギャップを超える
eycjur
0
130
「ちょっと古いから」って避けてた技術書、今だからこそ読もう
mottyzzz
10
6.7k
アメ車でサンノゼを走ってきたよ!
s_shimotori
0
220
組込みだけじゃない!TinyGo で始める無料クラウド開発入門
otakakot
0
260
明日から始めるリファクタリング
ryounasso
0
140
What's new in Spring Modulith?
olivergierke
1
150
Featured
See All Featured
Six Lessons from altMBA
skipperchong
28
4k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Scaling GitHub
holman
463
140k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
900
Statistics for Hackers
jakevdp
799
220k
Building Adaptive Systems
keathley
43
2.8k
Docker and Python
trallard
46
3.6k
A Modern Web Designer's Workflow
chriscoyier
697
190k
The Cost Of JavaScript in 2023
addyosmani
54
9k
Raft: Consensus for Rubyists
vanstee
139
7.1k
Visualization
eitanlees
149
16k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
9
590
Transcript
Feature Branches as an art with Matthew McCullough at Fluent
2014
[email protected]
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