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
430
Git for designers
Mehdi Lahmam B.
August 25, 2015
Tweet
Share
More Decks by Mehdi Lahmam B.
See All by Mehdi Lahmam B.
Possible to measure developer productivity?
mehlah
0
34
PG FDW FTW
mehlah
0
150
Product culture
mehlah
0
53
OpenAPI and AsyncAPI specifications as contracts
mehlah
0
650
Technical Debt
mehlah
1
280
Data informed growth
mehlah
0
210
Serverless Ruby and AWS Lambda
mehlah
0
160
Middleware all the things
mehlah
2
840
Confident refactors
mehlah
1
110
Other Decks in Design
See All in Design
Saudade typeface
tiagoporto
0
320
RAKSUL_DESIGN_DECK_20250319
raksulrecruiting
0
290
真・altはつけるだけじゃなくて -alt属性の考察 2025年版-
securecat
5
1.4k
Echoes Boomerang
artcloudyu
PRO
0
200
AIの実践とコミュニケーションデザインの意義 / AI practice and the significance of communication design
bebe
0
200
「デザイン」を信じるには
iflection
0
230
【Firefly Image 4対応版】上手にFireflyにお願いしてウェブデザイン案を出すぞ!
cremacrema
0
1.2k
なぜ今必要?Figma×SmartHR×DMM.com×一休 エンジニア視点で考えるデザインシステム
hilokifigma
1
980
業務効率化だけじゃ物足りない AIと一緒にプロトタイプ開発
shingo2000
1
1.5k
Kid Cowboy 103
marilutwin
0
210
Cards | Storyboards
giofortuna_story
0
240
藤本佳子・ポートフォリオ・2025/5/29
yoshi_designer
1
5.4k
Featured
See All Featured
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Making Projects Easy
brettharned
116
6.2k
Gamification - CAS2011
davidbonilla
81
5.3k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
460
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
180
53k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Designing Experiences People Love
moore
142
24k
KATA
mclloyd
29
14k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
137
34k
Done Done
chrislema
184
16k
Designing for humans not robots
tammielis
253
25k
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