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.
Possible to measure developer productivity?
mehlah
0
41
PG FDW FTW
mehlah
0
160
Product culture
mehlah
0
63
OpenAPI and AsyncAPI specifications as contracts
mehlah
0
650
Technical Debt
mehlah
1
280
Data informed growth
mehlah
0
220
Serverless Ruby and AWS Lambda
mehlah
0
160
Middleware all the things
mehlah
2
850
Confident refactors
mehlah
1
120
Other Decks in Design
See All in Design
harutaka Vision Deck
zenkigenforrecruit
0
190
freee + Product Design FY25Q4
freee
4
15k
AIの実践とコミュニケーションデザインの意義 / AI practice and the significance of communication design
bebe
0
760
FigmaのFigmaファイルから学ぶTips & Tricks
hilokifigma
0
640
児童相談所における養育里親委託時の親権者同意に向けたコミュニケーションの実態
trivia
0
530
Kid Cowboy 103
marilutwin
0
310
デフォルトの16:9(960*540px)のケース / Google Slide Size Test
arthur1
0
3.2k
ビジネスアナリシスはビジネス”分析”じゃないよ!~システム人材が価値を生むための基盤スキルとしてのビジネスアナリシス~
bpstudy
0
600
Cyber Heart Online Book
hjnasby
0
160
#Dubois Challenge 2025: Economics
ajstarks
0
160
読書シェア会 vol.5 / Yumemi.grow 20250526
rakus_dev
0
1.7k
BPStudy#213〜ビジネスアナリシスとDDD(ドメイン駆動設計)パネルディスカッション資料 / BPStudy213-panel
haru860
0
470
Featured
See All Featured
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.4k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Facilitating Awesome Meetings
lara
55
6.5k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
6k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Writing Fast Ruby
sferik
628
62k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
[RailsConf 2023] Rails as a piece of cake
palkan
56
5.8k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
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