SlideShare a Scribd company logo
HI	:-)
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
VERSION	CONTROL
WILL	SAVE	YOUR
(PRODUCT	DESIGN	&	UX)
LIFE
Jonathan	Berger
Agile	Alliance	2016
Atlanta,	GA
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
0.	INTRO
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Who	Am	I?
@jonathanpberger
design,	code,	pm
~30	agile	projects	since	2008
interested	in	agile	practice	for	design
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Who	are	you?
(Show	of	hands)
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
What	it	says	on	the	tin
"Designers still use shockingly manual and even
arcane methods of managing versions."
— Khoi Vinh, Principal Designer at Adobe
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Data corruption? Collaboration collisions? Files
with names like presentation-for-client-FINAL-
FINALREALLY.psd?
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Developers have benefited from sophisticated version
control tools for decades, but the state-of-the-art
has always lagged behind for designers and their
tools.
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Healthy version control eliminates unnecessary file
management problems, secures your work, and helps
take collaboration to the next level.
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
I.	THE	PROBLEM
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
How	many	hours	a	week	do	you	design?
vs	managing	files,	etc.
The	work	`work	around	the	work'	or	meetings
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
How	do	you	collaborate?
1-2	designers:	dropbox	is	fine.
2	designers	later:	EVERYTHING	IS	BROKEN!!
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
The	real	question	emerges:
How	can	we	decrease	noise?
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
File	management	sucks
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
II.	VALUES
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
"Design"	is	about
design	decisions
design	systems
not	decoration
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
What's	Version	Control	("VCS")	about?
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
VCS	is	about	Committing
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
VCS	is	about	Branching
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
VCS	is	about	Merging
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Collective	Ownership	of	
{Code,	Design,	Product}
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
The most valuable thing for a designer is the right
feedback at the right time.
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Modernize	the	design	workflow
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
III.	VCS	IN	CONTEXT
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Developers'	problem:
The need for a logical way to organize and control
revisions has existed for almost as long as writing
has existed, but revision control became much more
important, and complicated, when the era of
computing began.
https://en.wikipedia.org/wiki/Version_control
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
...it has become increasingly common for a single
document or snippet of code to be edited by a team,
the members of which may be geographically dispersed
and may pursue different and even contrary
interests. Sophisticated revision control that
tracks and accounts for ownership of changes to
documents and code may be extremely helpful or even
indispensable in such situations.
https://en.wikipedia.org/wiki/Version_control
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
NB:	Designers	have	the	same	problems!
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
How	developers	solved	the	problem
1.	 Commit	each	change	(decision?)	with	{changeset,	author(s),
timestamp,	rationale}.
2.	 Experiment	safely	in	own	sandbox.
3.	 Safe	way	to	incorporate	changes.
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
VCS	is	a	Secret	weapon
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
History	of	Version	Control
Year Event Notes
1986 CVS	created First	modern	client-server	VCS
1998 BitKeeper	created First	major	distributed	VCS
2000 Subversion	created Improves	upon	CVS
2002 MS	Office	introduces	Track	Changes VCS	for	non-programmers
2003 Adobe	VersionCue	launched Adobe	brings	VCS	to	design
2005 Bitkeeper	removes	free	tier leading	to	the	creation	of	Git
2005 Git	created as	a	FL/OSS	alternative	to	Bitkeeper
2005 Mercurial	created as	a	rival	to	Git
2008 Github	founded Introduces	"Social	coding"
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Damn	DAM
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
VCS	in	the	world
Legal:	GitLaw
Writing:	Flashbake,	inspired	by	Cory	Doctorow.
Political	organizing:	e.g.	the	Pull	Request	("PR")-based	workflow	for
hillaryclintonisa_butimvotingforheranyway
Everywhere	(i.e.,	MS	Office):	Track	Changes.
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
IV.	STRATEGY
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
How	to	choose	among	many	VCS	strategies
for	design	and	UX?
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
How	do	you	do	these	things	today?
1.	 Committing
2.	 Branching
3.	 Merging
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Criteria	for	choosing
1.	 Does	it	work	with	your	existing	practice?
2.	 How's	the	learning	curve?
3.	 Is	it	future	proof?
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Design-specific	VCS	Challenges
Organization	&	conceptual	fidelity
Binary	filetypes:	fixed	with	Layervault,	Pixelapse
Filesize:	fixed	w/	GH	LFS
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
V.	SURVEY	OF
APPROACHES	TO	VCS
FOR	DESIGN
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
File	Naming	Conventions
Versioned	Filestores
Commit-based	Versioning
Errata
Bonus:	Branching	&	Merging	&	PR-Based	Workflows
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
History	of	Version	Control	(+	design)
Year Event Notes
1986 CVS	created First	modern	client-server	VCS
1998 BitKeeper	created First	major	distributed	VCS
2000 Subversion	created Improves	upon	CVS
2002
MS	Office	introduces	Track
Changes
VCS	for	non-programmers
2003 Adobe	VersionCue	launched Adobe	brings	VCS	to	design
2005 Bitkeeper	removes	free	tier leading	to	the	creation	of	Git
2005 Git	created as	a	FL/OSS	alternative	to	Bitkeeper
2005 Mercurial	created as	a	rival	to	Git
2007 Dropbox	formed
the	era	of	decent	cloud	storage
begins
2008 Github	founded Introduces	"Social	coding"
2010 Adobe	VersionCue	retired (No	one	missed	it.)
2011 Layervault	&	Pixelapse	formed VCS's	that	understand	.psd	files
2014
Invision	releases	Design	File
Syncing
prototyping	tool	expands	to
workflow
2014 Layervault	closed but:	Design	News	survives!
2015 Pixellapse	bought	by	Dropbox not	retired	(yet),	folding	into	DB
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
File	Naming	Conventions
Pros	:-) Cons	:-(
simple compliance
extension	of	what	you're	already	doing inflexible
no	special	skills	or	tech doesn't	scale	well
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Photoshop	Ettiquette
Photoshop	Ettiquette	Poster	for	sale
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Versioned	filestores
Pros	:-) Cons	:-(
Easy not	design-oriented
Whole	org	uses	them tough	to	review
OS	native	integrations underpowered
multi-device version	history	may	expire
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Adobe	Creative	Cloud	File	Sync
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
gDrive
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Dropbox
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Pixelapse
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
InVision
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Commit-based	Versioning
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
SVN
better	binary	support	than	Git	traditionally	had
not	distributed
popularity	waning
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Git
the	gold	standard	for	collaboration
facilitates	FL/OSS
GitHub.com	has	spread	it	far	and	wide:	"social	coding"
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Git	Sketch	Plugin
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Errata
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
The	Deadpool
Pixelapse	(bought	by	dropbox,	not	exactly	dead)
Layer	Vault	(but:	Designer	News!)
versioncue	by	Adobe
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Also	worth	mentioning
folio,	a	small	design	VCS	app
pics.io:	separate	client	that	syncs	w/	gDrive.	DAM-focused.
Sparkleshare:	git-based	FL/OSS	roll-your-own	dropbox
AbstractApp:	smart	folks	working	on	a	solution
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Branching
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Merging
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
VI.	HOW	TO	USE	GIT
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Let's	mess	around	with	_!
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
VI.I	-	USING	GIT
Copy	an	Open	Source	project	for	use.
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Using	Github
Github.com is a web-based hosting service for
projects that use the Git revision control system.
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Copying	a	project	with	Git	Clone
First	we'll	fork	&	clone	the	Version	Control	Will	Save	Your	Life
project.
git clone git@github.com:jonathanpberger/vc-will-save-
your-life.git
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Making	an	edit
Let's	change	the	title	of	the	deck.
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Seeing	what	changed
git status
git diff
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Committing	Changes
git commit -am
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Distributed	VCS
This	works	even	if	when	you're	offline(!)
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Pushing	code	to	the	Repo
git status
git log
git remote -v
git push origin master
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Let's	try	another
Let's	try	running	the	app	locally.
Change	the	styling.
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Staging	multiple	files
Let's	use	the	GUI:	GitX
Each	commit	should	be	a	unit	of	work.
This	isn't	always	a	single	file	or	single	line.
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Deploying	to	the	Web
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Let's	switch	to	another	app
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
git init
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
"Heroku is a cloud application platform...[that]
lets app developers spend 100% of their time on
their application code, not managing servers,
deployment, ongoing operations, or scaling."
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Deploying	with	Heroku
heroku create
git push heroku master:	deploy	to	new	heroku	instance
heroku open
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
VI.II	-	SETTING-UP
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
TRYING	THIS	AT	HOME
To	use	git:	Install	Git	on	your	machine	using	Homebrew.
To	backup	and	share:	create	a	Github	account,	set	up	a	remote
repo
To	deploy	to	the	web:	set	up	a	Heroku	account
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
THANKS!
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
THE	LINKS	SLIDE:
GitX,	the	Mac	git	GUI	at	http://gitx.frim.nl/
My	preferred	"Brother	Bard"	Gitx	branch	at
https://github.com/brotherbard/gitx/downloads
Install	git	using	Brew	http://mxcl.github.com/homebrew/
Practice	git	basics	with	http://gitimmersion.com/
Set	up	a	Github	account	at	http://help.github.com/mac-set-up-git/
Set	up	a	Heroku	account	at
http://devcenter.heroku.com/articles/quickstart
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Some	other	fun	stuff	to	explore:
This	is	intermediate	git	that	I	use	every	day:
git branch
git checkout -b
git stash
git reset HEAD^
git blame
git commit --amend
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
FOR	MORE	INFO
http://jonathanpberger.com/talks
Say	hi	at	@jonathanpberger
or	jonathanpberger	on	github,	gmail,	etc...
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
THANKS!
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
BONUS	LEVEL
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Git	GUIs
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Experiment	safely
git branch
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Attribute	changes	to	someone
git blame
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Quickly	get	back	to	a	clean	state
git stash
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
Unstage	your	last	few	commits
git reset HEAD^
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016
TH-TH-THAT'S	ALL
FOLKS!
Version	Control	Will	Save	Your	(Product	Design	&	UX)	Life @jonathanpberger	•	Agile	Alliance	2016

More Related Content

PDF
Git Version Control System
PDF
#NISMIL News Impact Milan: Online reputation for journalists
PDF
Getting Started With Raspberry Pi - UCSD 2013
PDF
Environmental Protection in China
PDF
Search Marketing e User Experience per progetti ad alto ROI
PPS
Nereo Sciutto Iab Seminar 2008 Misurazione
PDF
The Real Cost of Offshoring
PDF
Dirty 30 report_finale
Git Version Control System
#NISMIL News Impact Milan: Online reputation for journalists
Getting Started With Raspberry Pi - UCSD 2013
Environmental Protection in China
Search Marketing e User Experience per progetti ad alto ROI
Nereo Sciutto Iab Seminar 2008 Misurazione
The Real Cost of Offshoring
Dirty 30 report_finale

Viewers also liked (14)

PPTX
I periodici online
PPTX
Euklid (1)
PDF
The State of Climate Change 2014
PPT
An Introduction to Using ICT in RE
PDF
Uno, nessuno e centomila: come rendere adattabile il contenuto ad una realtà ...
PDF
Fallire è un po' morire e un po' no
PDF
Research and design methods hxd2013
PPTX
James Tate - DMUG 2014
PDF
Perché non facciamo più quello che ci piace - Italian Agile Day 2012
PDF
PEOPLE DON’T LOOK FOR IMPORTANT NEWS, IMPORTANT CONTENT LOOKS FOR PEOPLE
PDF
The State of Environmental Migration (2014: Review of 2013)
KEY
I Non Che Aiutano A Crescere Corso Di Blog
PDF
Farm Management software for Fleet Management and GPS vehicle monitoring prov...
PDF
Destination Marketing: The Journey Before The Destination
I periodici online
Euklid (1)
The State of Climate Change 2014
An Introduction to Using ICT in RE
Uno, nessuno e centomila: come rendere adattabile il contenuto ad una realtà ...
Fallire è un po' morire e un po' no
Research and design methods hxd2013
James Tate - DMUG 2014
Perché non facciamo più quello che ci piace - Italian Agile Day 2012
PEOPLE DON’T LOOK FOR IMPORTANT NEWS, IMPORTANT CONTENT LOOKS FOR PEOPLE
The State of Environmental Migration (2014: Review of 2013)
I Non Che Aiutano A Crescere Corso Di Blog
Farm Management software for Fleet Management and GPS vehicle monitoring prov...
Destination Marketing: The Journey Before The Destination
Ad

Similar to Version Control Will Save Your (Product Design & UX) Life (20)

PPTX
version control system (2).pptx
PDF
Version Control System - for Agile Software Project Management.
PPTX
Version control
PPTX
Version control
PDF
Version Uncontrolled - How to Manage Your Version Control (whitepaper)
PPTX
DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed
PDF
Working With People Adl Uni
PDF
SQL Server DevOps Jumpstart
PDF
Software Engineering Tools and Practices Learn Git
PPTX
Source andassetcontrolingamedev
PDF
Agile A to Z Chapter 4 Feedback Loop Part 2 DevOps
PPTX
Que nos espera a los ALM Dudes para el 2013?
PDF
The Junior Developer Survival Guide - GDI Ann Arbor 2/10/15
PPTX
the Version Control systemlocalized.pptx
PDF
What is version control software and why do you need it?
PPT
Version Control - Patterns and Practices
PPTX
Version control
PPTX
Version Control with Case Study (LibreOffice).pptx
PPTX
How dvcs can reduce your development costs and enhance productivity final
PDF
Wordpress version control
version control system (2).pptx
Version Control System - for Agile Software Project Management.
Version control
Version control
Version Uncontrolled - How to Manage Your Version Control (whitepaper)
DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed
Working With People Adl Uni
SQL Server DevOps Jumpstart
Software Engineering Tools and Practices Learn Git
Source andassetcontrolingamedev
Agile A to Z Chapter 4 Feedback Loop Part 2 DevOps
Que nos espera a los ALM Dudes para el 2013?
The Junior Developer Survival Guide - GDI Ann Arbor 2/10/15
the Version Control systemlocalized.pptx
What is version control software and why do you need it?
Version Control - Patterns and Practices
Version control
Version Control with Case Study (LibreOffice).pptx
How dvcs can reduce your development costs and enhance productivity final
Wordpress version control
Ad

Recently uploaded (20)

PDF
Key Trends in Website Development 2025 | B3AITS - Bow & 3 Arrows IT Solutions
PDF
YOW2022-BNE-MinimalViableArchitecture.pdf
PPTX
6- Architecture design complete (1).pptx
PPTX
Entrepreneur intro, origin, process, method
PPTX
areprosthodontics and orthodonticsa text.pptx
DOCX
actividad 20% informatica microsoft project
PPT
pump pump is a mechanism that is used to transfer a liquid from one place to ...
PPTX
rapid fire quiz in your house is your india.pptx
PDF
GREEN BUILDING MATERIALS FOR SUISTAINABLE ARCHITECTURE AND BUILDING STUDY
PPTX
mahatma gandhi bus terminal in india Case Study.pptx
PDF
Trusted Executive Protection Services in Ontario — Discreet & Professional.pdf
PPTX
Complete Guide to Microsoft PowerPoint 2019 – Features, Tools, and Tips"
PPTX
BSCS lesson 3.pptxnbbjbb mnbkjbkbbkbbkjb
PDF
BRANDBOOK-Presidential Award Scheme-Kenya-2023
PPTX
Fundamental Principles of Visual Graphic Design.pptx
PPTX
AC-Unit1.pptx CRYPTOGRAPHIC NNNNFOR ALL
PPTX
joggers park landscape assignment bandra
PPTX
AD Bungalow Case studies Sem 2.pptxvwewev
PPTX
Special finishes, classification and types, explanation
PPT
WHY_R12 Uaafafafpgradeaffafafafaffff.ppt
Key Trends in Website Development 2025 | B3AITS - Bow & 3 Arrows IT Solutions
YOW2022-BNE-MinimalViableArchitecture.pdf
6- Architecture design complete (1).pptx
Entrepreneur intro, origin, process, method
areprosthodontics and orthodonticsa text.pptx
actividad 20% informatica microsoft project
pump pump is a mechanism that is used to transfer a liquid from one place to ...
rapid fire quiz in your house is your india.pptx
GREEN BUILDING MATERIALS FOR SUISTAINABLE ARCHITECTURE AND BUILDING STUDY
mahatma gandhi bus terminal in india Case Study.pptx
Trusted Executive Protection Services in Ontario — Discreet & Professional.pdf
Complete Guide to Microsoft PowerPoint 2019 – Features, Tools, and Tips"
BSCS lesson 3.pptxnbbjbb mnbkjbkbbkbbkjb
BRANDBOOK-Presidential Award Scheme-Kenya-2023
Fundamental Principles of Visual Graphic Design.pptx
AC-Unit1.pptx CRYPTOGRAPHIC NNNNFOR ALL
joggers park landscape assignment bandra
AD Bungalow Case studies Sem 2.pptxvwewev
Special finishes, classification and types, explanation
WHY_R12 Uaafafafpgradeaffafafafaffff.ppt

Version Control Will Save Your (Product Design & UX) Life