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
260
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
15
Love and agony: containers in government
aidanfeldman
0
250
Compliance Masonry QuickStart
aidanfeldman
0
520
Search for Static Sites
aidanfeldman
2
650
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
130
Teaching Software to Tango
aidanfeldman
0
36
Other Decks in Technology
See All in Technology
AI とペアプロしてわかった 3 つのヒューマンエラー
takahiroikegawa
0
250
不安定だったテストが信頼を取り戻すまで / The Road to Trustworthy Tests
katawara
0
120
やさしいClaude Code入門
minorun365
PRO
40
32k
CloudBruteによる外部からのS3バケットの探索・公開の発見について / 20250605 Kumiko Henmi
shift_evolve
3
340
実践Kafka Streams 〜イベント駆動型アーキテクチャを添えて〜
joker1007
3
820
NW運用の工夫と発明
recuraki
2
860
Test Smarter, Not Harder: Achieving Confidence in Complex Distributed Systems
eliasnogueira
1
110
バクラクのモノレポにおける AI Coding のための環境整備と {Roo,Claude} Code活用事例 / AI Coding in Bakuraku's Monorepo: Environment Setup & Case Studies with {Roo, Claude} Code
upamune
6
1.4k
Contract One Engineering Unit 紹介資料
sansan33
PRO
0
6.2k
GitHub Copilot Use Cases at ZOZO
horie1024
1
340
JavaのMCPサーバーで体験するAIエージェントの世界
tatsuya1bm
1
200
[zh-TW] DevOpsDays Taipei 2025 -- Creating Awesome Change in SmartNews!(machine translation)
martin_lover
1
690
Featured
See All Featured
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
180
53k
Mobile First: as difficult as doing things right
swwweet
223
9.6k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
VelocityConf: Rendering Performance Case Studies
addyosmani
329
24k
The Straight Up "How To Draw Better" Workshop
denniskardys
233
140k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
Stop Working from a Prison Cell
hatefulcrawdad
269
20k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.3k
Become a Pro
speakerdeck
PRO
28
5.4k
Music & Morning Musume
bryan
47
6.6k
Fireside Chat
paigeccino
37
3.5k
Site-Speed That Sticks
csswizardry
9
610
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!