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, Graphically
Search
Aidan Feldman
May 19, 2015
Technology
0
290
Git, Graphically
Visual representations of git operations.
Aidan Feldman
May 19, 2015
Tweet
Share
More Decks by Aidan Feldman
See All by Aidan Feldman
Human-Centered DevOps
aidanfeldman
0
21
Love and agony: containers in government
aidanfeldman
0
260
Compliance Masonry QuickStart
aidanfeldman
0
540
Search for Static Sites
aidanfeldman
2
660
Everything I think I understand about IT compliance
aidanfeldman
1
220
DevOps at Large: Modernizing apps and infrastructure in the federal government
aidanfeldman
0
600
Dabbling in Docker
aidanfeldman
0
150
Teaching Software to Tango
aidanfeldman
0
40
Other Decks in Technology
See All in Technology
AIがコードを書いてくれるなら、新米エンジニアは何をする? / komekaigi2025
nkzn
23
15k
Oracle Database@Google Cloud:サービス概要のご紹介
oracle4engineer
PRO
0
400
組織全員で向き合うAI Readyなデータ利活用
gappy50
5
1.9k
現場の壁を乗り越えて、 「計装注入」が拓く オブザーバビリティ / Beyond the Field Barriers: Instrumentation Injection and the Future of Observability
aoto
PRO
1
740
OPENLOGI Company Profile for engineer
hr01
1
46k
Amazon Q Developer CLIをClaude Codeから使うためのベストプラクティスを考えてみた
dar_kuma_san
0
270
InsightX 会社説明資料/ Company deck
insightx
0
130
20251027_マルチエージェントとは
almondo_event
1
500
触れるけど壊れないWordPressの作り方
masakawai
0
520
AIでデータ活用を加速させる取り組み / Leveraging AI to accelerate data utilization
okiyuki99
6
1.5k
JAWS UG AI/ML #32 Amazon BedrockモデルのライフサイクルとEOL対応/How Amazon Bedrock Model Lifecycle Works
quiver
1
440
「タコピーの原罪」から学ぶ間違った”支援” / the bad support of Takopii
piyonakajima
0
160
Featured
See All Featured
The Language of Interfaces
destraynor
162
25k
Side Projects
sachag
455
43k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
Mobile First: as difficult as doing things right
swwweet
225
10k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
Building an army of robots
kneath
306
46k
Building a Modern Day E-commerce SEO Strategy
aleyda
44
7.9k
Stop Working from a Prison Cell
hatefulcrawdad
272
21k
For a Future-Friendly Web
brad_frost
180
10k
Statistics for Hackers
jakevdp
799
220k
Speed Design
sergeychernyshev
32
1.2k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Transcript
git, graphically Aidan Feldman
time normal history
branching master
branching master feature
branching master feature
branching master feature
branching master feature bugfix git checkout master git merge bugfix
branching master feature bugfix git merge feature
branching master feature bugfix
amending master git commit —amend
amending master
rebasing master feature
rebasing master feature git checkout feature git rebase master
rebasing master feature
squashing master feature
squashing master feature git checkout feature git rebase -i master
None
None
squashing master feature
thanks!