why git?
“Because we want to build be er
so ware together, though we
work differently we end up at the
same point, we make stuff”
Slide 3
Slide 3 text
what’s git?
• git is a version control system
Slide 4
Slide 4 text
what’s git?
• git is a version control system
• git is the main place for all your files
Slide 5
Slide 5 text
what’s git?
• git is a version control system
• git is the main place for all your files
• git is the place where your files will have a revision
history
Slide 6
Slide 6 text
what’s git?
• git is a version control system
• git is the main place for all your files
• git is the place where your files will have a revision
history
• git also allows you to merge changes in the same file
Slide 7
Slide 7 text
what’s git?
• git is a version control system
• git is the main place for all your files
• git is the place where your files will have a revision
history
• git also allows you to merge changes in the same file
“Version control is also an
awesome tool for designers”
Slide 8
Slide 8 text
benefits of git
• files cannot be overwri en.
Slide 9
Slide 9 text
benefits of git
• files cannot be overwri en.
• common repository that holds the latest files.
Slide 10
Slide 10 text
benefits of git
• files cannot be overwri en.
• common repository that holds the latest files.
• designers can work on the same file
simultaneously without conflict.
Slide 11
Slide 11 text
benefits of git
• files cannot be overwri en.
• common repository that holds the latest files.
• designers can work on the same file
simultaneously without conflict.
• can be a lifesaver backing up your files.
Slide 12
Slide 12 text
benefits of git
• files cannot be overwri en.
• common repository that holds the latest files.
• designers can work on the same file
simultaneously without conflict.
• can be a lifesaver backing up your files.
• make developers very very happy :)
meet git
$git add
$git commit
$git pull
$git push
“Every commit is a design history step.”
“Every commit is design change.”
“Every commit is the way to document your design.”
Slide 15
Slide 15 text
meet stash
Stash provides you a way and an interface to
browse your commits.
Slide 16
Slide 16 text
meet stash
Stash provides you a way and an interface to
browse your commits.
Stash provides you a way to diff your images.
Slide 17
Slide 17 text
meet stash
Stash provides you a way and an interface to
browse your commits.
Stash provides you a way to diff your images.
Demo
Slide 18
Slide 18 text
sources
• h p://git-scm.com/about
• h p://git-scm.com/downloads/logos
• h p://git-scm.com/book/