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
23
Possible to measure developer productivity?
mehlah
0
43
PG FDW FTW
mehlah
0
170
Product culture
mehlah
0
68
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
「UXとUIの違い」v2
shirasu3
0
260
企画を動かすデザイナーの思考!「広げて絞る」アプローチ。
hikidakan
0
190
「キャリア」のプロダクトをつくる私の「キャリア」への向き合い方 / JAM de NIGHT DESIGN SESSION Vol3
visional_engineering_and_design
1
760
CMS管理画面のアクセシビリティ
magi1125
8
2.5k
Meet, Learn, Grow × AI ― コミュニティで加速するスキル循環 「コミュニティと関わり方」
tame
0
280
Marpで推しCSSスライドを作ろう! / marp-with-favorite-css
fujiemon
0
690
Yahoo!フリマ:生成AI利用機能ならではのインターフェース設計について / Yahoo! JAPAN Flea Market: Interface Design Specific to Generative AI Utilization Features
lycorptech_jp
PRO
0
520
ユーザー像を「みてね」らしく可視化する 家族アルバムみてねUXリサーチチームの取り組み
mixi_design
PRO
1
260
デザインエンジニアの延長にデザインマネージャーとしての可能性を探る
takanorip
0
640
逆向きUIの世界 〜iOSアプリのRTL言語対応〜
akatsuki174
1
280
チームで事業価値を生み出す、プロアクティブなデザイナーになるための道のり/ Designship2025_Naya
root_recruit
PRO
0
220
新卒の目から見たサイボウズのデザイン組織
ryota5884
0
220
Featured
See All Featured
Automating Front-end Workflow
addyosmani
1371
200k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
190
55k
Fireside Chat
paigeccino
41
3.7k
Build The Right Thing And Hit Your Dates
maggiecrowley
38
2.9k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
230
22k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
359
30k
Embracing the Ebb and Flow
colly
88
4.9k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
30
2.9k
How STYLIGHT went responsive
nonsquared
100
5.9k
Building Applications with DynamoDB
mza
96
6.7k
The Cult of Friendly URLs
andyhume
79
6.6k
Leading Effective Engineering Teams in the AI Era
addyosmani
7
630
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