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
270
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
16
Love and agony: containers in government
aidanfeldman
0
250
Compliance Masonry QuickStart
aidanfeldman
0
530
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
590
Dabbling in Docker
aidanfeldman
0
140
Teaching Software to Tango
aidanfeldman
0
39
Other Decks in Technology
See All in Technology
これでもう迷わない!Jetpack Composeの書き方実践ガイド
zozotech
PRO
0
320
2025年になってもまだMySQLが好き
yoku0825
8
4.7k
ハードウェアとソフトウェアをつなぐ全てを内製している企業の E2E テストの作り方 / How to create E2E tests for a company that builds everything connecting hardware and software in-house
bitkey
PRO
1
120
下手な強制、ダメ!絶対! 「ガードレール」を「檻」にさせない"ガバナンス"の取り方とは?
tsukaman
2
420
サラリーマンの小遣いで作るtoCサービス - Cloudflare Workersでスケールする開発戦略
shinaps
2
410
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
8.7k
Webアプリケーションにオブザーバビリティを実装するRust入門ガイド
nwiizo
6
760
2025年夏 コーディングエージェントを統べる者
nwiizo
0
140
人工衛星のファームウェアをRustで書く理由
koba789
13
7.3k
複数サービスを支えるマルチテナント型Batch MLプラットフォーム
lycorptech_jp
PRO
0
300
20250910_障害注入から効率的復旧へ_カオスエンジニアリング_生成AIで考えるAWS障害対応.pdf
sh_fk2
3
230
現場で効くClaude Code ─ 最新動向と企業導入
takaakikakei
1
220
Featured
See All Featured
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
51
5.6k
Building Adaptive Systems
keathley
43
2.7k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
840
Typedesign – Prime Four
hannesfritz
42
2.8k
GraphQLの誤解/rethinking-graphql
sonatard
72
11k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
What's in a price? How to price your products and services
michaelherold
246
12k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Practical Orchestrator
shlominoach
190
11k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
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!