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
220
Git, Graphically
Visual representations of git operations.
Aidan Feldman
May 19, 2015
Tweet
Share
More Decks by Aidan Feldman
See All by Aidan Feldman
Love and agony: containers in government
aidanfeldman
0
230
Compliance Masonry QuickStart
aidanfeldman
0
470
Search for Static Sites
aidanfeldman
2
650
Everything I think I understand about IT compliance
aidanfeldman
1
200
DevOps at Large: Modernizing apps and infrastructure in the federal government
aidanfeldman
0
560
Dabbling in Docker
aidanfeldman
0
120
Teaching Software to Tango
aidanfeldman
0
29
Other Decks in Technology
See All in Technology
Oracle Database 23ai 新機能#4 Real Application Clusters
oracle4engineer
PRO
0
170
【インフラエンジニアbooks】30分でわかる「AWS継続的セキュリティ実践ガイド」
hssh2_bin
5
1.7k
I tried the newly introduced certification "Applied Skills" on Microsoft Learn
mappie_kochi
0
250
Oracle Database 23ai 新機能#4 Application Continuity
oracle4engineer
PRO
0
130
【完全版】Dify - LINE Bot連携 考え方と実用テクニック
uezo
2
600
Do you know “Environment Variables” ?
akimiya
0
100
RAG: from dumb implementation to serious results
glaforge
0
250
Amazon CloudWatchで小さく始めるWebサービスのオブザーバビリティ / How to start Observability for Web Sevices with Amazon CloudWatch
sms_tech
3
110
受託開発でもアジャイル開発できました / Agile in Contract Development
takaking22
10
4.7k
トークナイザー入門
payanotty
2
1k
From naive to advanced RAG: the complete guide
glaforge
0
250
プロダクト開発の貢献をアピールするための目標設計や認知活動 / Goal design and recognition activities to promote product development contributions.
oomatomo
5
930
Featured
See All Featured
Robots, Beer and Maslow
schacon
PRO
157
8.2k
Gamification - CAS2011
davidbonilla
80
5k
In The Pink: A Labor of Love
frogandcode
139
22k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.1k
Statistics for Hackers
jakevdp
796
220k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
159
15k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
92
16k
The Power of CSS Pseudo Elements
geoffreycrofte
71
5.3k
A Modern Web Designer's Workflow
chriscoyier
692
190k
Building Better People: How to give real-time feedback that sticks.
wjessup
362
19k
The Mythical Team-Month
searls
218
43k
How to train your dragon (web standard)
notwaldorf
87
5.6k
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!