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
15
Possible to measure developer productivity?
mehlah
0
43
PG FDW FTW
mehlah
0
160
Product culture
mehlah
0
67
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
850
Other Decks in Design
See All in Design
プロジェクト内でデザイナーができること 日経電子版アプリ機能開発「For You」#nikkei_tech_talk
nikkei_engineer_recruiting
8
4.6k
Designing User Experience through Interaction Design
lycorptech_jp
PRO
0
410
Installing and Running decksh/pdfdeck
ajstarks
1
860
児童相談所における養育里親委託時の親権者同意に向けたコミュニケーションの実態
trivia
0
560
役立つシステムを作るためのAI活用
kanzaki
0
100
新しいデザインの難しさ(公開版) / Difficulties in the New Design (public ver.)
usagimaru
1
910
Tools for Design Engineers other than LLM in the LLM era
takanorip
1
500
不確実性の時代にみんなで試したFigma × MCP × Cursor ハンズオン
techtekt
PRO
7
910
Yahoo!フリマ:生成AI利用機能ならではのインターフェース設計について / Yahoo! JAPAN Flea Market: Interface Design Specific to Generative AI Utilization Features
lycorptech_jp
PRO
0
500
ユーザー像を「みてね」らしく可視化する 家族アルバムみてねUXリサーチチームの取り組み
mixi_design
PRO
1
210
A Platform Connecting Brand Philosophy and Assets: "LY Corporation Design Hub"
lycorptech_jp
PRO
0
430
ChatGPT、Gemini、Claude は、なぜ似たようなUIを採用しているのか?
fuwarisprit
3
1.5k
Featured
See All Featured
The Art of Programming - Codeland 2020
erikaheidi
56
14k
The Language of Interfaces
destraynor
162
25k
Practical Orchestrator
shlominoach
190
11k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
2.6k
Statistics for Hackers
jakevdp
799
220k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Code Reviewing Like a Champion
maltzj
525
40k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
61k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Automating Front-end Workflow
addyosmani
1371
200k
The Pragmatic Product Professional
lauravandoore
36
6.9k
Writing Fast Ruby
sferik
629
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