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 for designers
Search
Mehdi Lahmam B.
August 25, 2015
Design
1
440
Git for designers
Mehdi Lahmam B.
August 25, 2015
Tweet
Share
More Decks by Mehdi Lahmam B.
See All by Mehdi Lahmam B.
Beyond code: Becoming a Product Engineer
mehlah
0
34
Possible to measure developer productivity?
mehlah
0
43
PG FDW FTW
mehlah
0
170
Product culture
mehlah
0
72
OpenAPI and AsyncAPI specifications as contracts
mehlah
0
660
Technical Debt
mehlah
1
290
Data informed growth
mehlah
0
230
Serverless Ruby and AWS Lambda
mehlah
0
170
Middleware all the things
mehlah
2
860
Other Decks in Design
See All in Design
デザインの意思決定を加速するワークショップ設計 / Workshop design to accelerate design decision-making
lycorptech_jp
PRO
0
560
「キャリア」のプロダクトをつくる私の「キャリア」への向き合い方 / JAM de NIGHT DESIGN SESSION Vol3
visional_engineering_and_design
1
860
ユーザー像を「みてね」らしく可視化する 家族アルバムみてねUXリサーチチームの取り組み
mixi_design
PRO
3
350
デザインエンジニアの延長にデザインマネージャーとしての可能性を探る
takanorip
0
750
kintone_aroma
kintone
0
690
Findyのプロデチームの 歩みとこれから
satty9556
0
330
kintone Style Book
kintone
5
6.1k
Yumika Yamada Portfolio
yumii
0
2.3k
BXデザイン組織が挑んだスクラム 〜ブランドを育み、デザイナーを解放する変革の物語〜(Scrum Fest Mikawa 2025)
tadashiinoue
0
820
組織の右腕として共創する ー デザインと経営の二つの視点から見えた、新しい支援のかたち/ Designship2025_Nishimura
root_recruit
0
220
TWCP#21 UXデザインと哲学のはなし
shinn
0
100
【MIXI MEETUP!ー TECH & DESIGN DAYー】新たなSNS「mixi2」の “0→1”開発の舞台裏:デザイナーが語るプロダクト誕生秘話
mixi_design
PRO
0
160
Featured
See All Featured
Become a Pro
speakerdeck
PRO
29
5.6k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Site-Speed That Sticks
csswizardry
13
970
RailsConf 2023
tenderlove
30
1.3k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Thoughts on Productivity
jonyablonski
73
4.9k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
10
680
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.3k
The Language of Interfaces
destraynor
162
25k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
Building an army of robots
kneath
306
46k
Writing Fast Ruby
sferik
630
62k
Transcript
Git (for designers) a talk about
Git looks after your files. (.psd, .sketch, .md, .txt, .jpg,
.exe, .kitten…)
of your files. versions more specifically,
(save as you progress, and get back to it easily)
history. it stores your
(everyone has a copy of the full history of the
project; loosing data is hard) backups. for free, you get
github. it’s not
A a file
A A2
A A2 A3
A A2 A3 A4 B B2
dashboard-wires-23- f-approved-final- amends-12.psd
a snapshot C1
let’s go through some jargon
copy of a project. local you work on a
Project A B
Project A B .git
it to your computer. Clone know an existing project?
for the history log check the
your changes… Commit
…to the current branch.
another branch. Checkout
other’s changes… Pull
your work to a… push …and then
server, for others to use. remote
a commit “First sketches” C1
“Wireframes” C1 C2
C1 C2 C4 C3
a branch a branch C1 C2 C4 C3 C5
https://goo.gl/gy3rCt useful links