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
170
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
510
Your First Pull Request
matthewmccullough
0
300
Git and GitHub Workflows at the Utah JUG
matthewmccullough
1
820
Agile-ish life at GitHub
matthewmccullough
2
390
Git and GitHub Agile Workflows for HP
matthewmccullough
0
310
Writing Tools on the GitHub Platform
matthewmccullough
0
270
The Foundations of Collaboration with GitHub • SIGCSE 2014
matthewmccullough
1
120
Other Decks in Programming
See All in Programming
生成AI、実際どう? - ニーリーの場合
nealle
0
110
画像コンペでのベースラインモデルの育て方
tattaka
3
1.7k
Nuances on Kubernetes - RubyConf Taiwan 2025
envek
0
170
Amazon Q CLI開発で学んだAIコーディングツールの使い方
licux
3
180
変化を楽しむエンジニアリング ~ いままでとこれから ~
murajun1978
0
730
ワープロって実は計算機で
pepepper
2
1.4k
JetBrainsのAI機能の紹介 #jjug
yusuke
0
200
Introduction to Git & GitHub
latte72
0
110
新しいモバイルアプリ勉強会(仮)について
uetyo
1
260
tool ディレクティブを導入してみた感想
sgash708
1
140
物語を動かす行動"量" #エンジニアニメ
konifar
14
5.2k
書き捨てではなく継続開発可能なコードをAIコーディングエージェントで書くために意識していること
shuyakinjo
1
280
Featured
See All Featured
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
Designing for humans not robots
tammielis
253
25k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
BBQ
matthewcrist
89
9.8k
Visualization
eitanlees
146
16k
GraphQLとの向き合い方2022年版
quramy
49
14k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
The Pragmatic Product Professional
lauravandoore
36
6.8k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Embracing the Ebb and Flow
colly
86
4.8k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
Statistics for Hackers
jakevdp
799
220k
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