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
160
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
380
Collaborative Software Development in a Social World at the Utah JUG
matthewmccullough
2
160
Git and GitHub Platform Review
matthewmccullough
1
480
Your First Pull Request
matthewmccullough
0
290
Git and GitHub Workflows at the Utah JUG
matthewmccullough
1
810
Agile-ish life at GitHub
matthewmccullough
2
380
Git and GitHub Agile Workflows for HP
matthewmccullough
0
300
Writing Tools on the GitHub Platform
matthewmccullough
0
260
The Foundations of Collaboration with GitHub • SIGCSE 2014
matthewmccullough
1
110
Other Decks in Programming
See All in Programming
REALITY コマンド作成チュートリアル
nishiuriraku
0
120
The New Developer Workflow: How AI Transforms Ideas into Code
danielsogl
0
140
GitHub Copilot for Azureを使い倒したい
ymd65536
1
340
医療系ソフトウェアのAI駆動開発
koukimiura
1
140
Rubyの!メソッドをちゃんと理解する
alstrocrack
2
380
Flutterでllama.cppをつかってローカルLLMを試してみた
sakuraidayo
0
150
MySQL初心者が311個のカラムにNot NULL制約を追加していってALTER TABLEについて学んだ話
hatsu38
2
150
AI時代のリアーキテクチャ戦略 / Re-architecture Strategy in the AI Era
dachi023
0
140
Storybookの情報をMCPサーバー化する
shota_tech
3
1.4k
M5UnitUnified 最新動向 2025/05
gob
0
140
In geheimer Mission: AI Agents entwickeln
joergneumann
0
120
監視 やばい
syossan27
12
10k
Featured
See All Featured
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.7k
Into the Great Unknown - MozCon
thekraken
38
1.8k
Product Roadmaps are Hard
iamctodd
PRO
53
11k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Designing Experiences People Love
moore
142
24k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
13
850
A designer walks into a library…
pauljervisheath
205
24k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
Fontdeck: Realign not Redesign
paulrobertlloyd
84
5.5k
Why You Should Never Use an ORM
jnunemaker
PRO
56
9.4k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
122
52k
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