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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Aidan Feldman
May 19, 2015
Technology
0
330
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
28
Love and agony: containers in government
aidanfeldman
0
280
Compliance Masonry QuickStart
aidanfeldman
0
570
Search for Static Sites
aidanfeldman
2
660
Everything I think I understand about IT compliance
aidanfeldman
1
230
DevOps at Large: Modernizing apps and infrastructure in the federal government
aidanfeldman
0
610
Dabbling in Docker
aidanfeldman
0
170
Teaching Software to Tango
aidanfeldman
0
47
Other Decks in Technology
See All in Technology
失敗できる意思決定とソフトウェアとの正しい歩き方_-_変化と向き合う選択肢/ Designing for Reversible Decisions
soudai
PRO
8
1.5k
Windows ネットワークを再確認する
murachiakira
PRO
0
220
AIエンジニア Devin と歩む、自律型運用プロセスの構築
a2ito
0
500
【5分でわかる】セーフィー エンジニア向け会社紹介
safie_recruit
0
43k
AWS Bedrock Guardrails / 機密情報の入力・出力をブロックする — Blocking Sensitive Information Input/Output
kazuhitonakayama
2
190
primeNumber DATA MANAGEMENT CAMP #2:
masatoshi0205
1
650
Serverless Agent Architecture on Azure / serverless-agent-on-azure
miyake
1
120
Claude Codeと駆け抜ける 情報収集と実践録
sontixyou
2
1.3k
Databricks (と気合い)で頑張るAI Agent 運用
kameitomohiro
0
350
[続・営業向け 誰でも話せるOCI セールストーク] AWSよりOCIの優位性が分からない編(2026年2月20日開催)
oracle4engineer
PRO
0
150
LY Tableauでの Tableau x AIの実践 (at Tableau Now! - 2026-02-26)
yoshitakaarakawa
0
1.1k
Snowflake Night #2 LT
taromatsui_cccmkhd
0
300
Featured
See All Featured
HU Berlin: Industrial-Strength Natural Language Processing with spaCy and Prodigy
inesmontani
PRO
0
250
What Being in a Rock Band Can Teach Us About Real World SEO
427marketing
0
180
The AI Search Optimization Roadmap by Aleyda Solis
aleyda
1
5.3k
A Tale of Four Properties
chriscoyier
162
24k
We Are The Robots
honzajavorek
0
190
The World Runs on Bad Software
bkeepers
PRO
72
12k
B2B Lead Gen: Tactics, Traps & Triumph
marketingsoph
0
64
Git: the NoSQL Database
bkeepers
PRO
432
66k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
130k
Claude Code のすすめ
schroneko
67
220k
How to audit for AI Accessibility on your Front & Back End
davetheseo
0
200
The Pragmatic Product Professional
lauravandoore
37
7.2k
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!