Slide 1

Slide 1 text

Git (for designers) a talk about

Slide 2

Slide 2 text

Git looks after your files. (.psd, .sketch, .md, .txt, .jpg, .exe, .kitten…)

Slide 3

Slide 3 text

of your files. versions more specifically,

Slide 4

Slide 4 text

(save as you progress, and get back to it easily) history. it stores your

Slide 5

Slide 5 text

(everyone has a copy of the full history of the project; loosing data is hard) backups. for free, you get

Slide 6

Slide 6 text

github. it’s not

Slide 7

Slide 7 text

A a file

Slide 8

Slide 8 text

A A2

Slide 9

Slide 9 text

A A2 A3

Slide 10

Slide 10 text

A A2 A3 A4 B B2

Slide 11

Slide 11 text

dashboard-wires-23- f-approved-final- amends-12.psd

Slide 12

Slide 12 text

a snapshot C1

Slide 13

Slide 13 text

let’s go through some jargon

Slide 14

Slide 14 text

copy of a project. local you work on a

Slide 15

Slide 15 text

Project A B

Slide 16

Slide 16 text

Project A B .git

Slide 17

Slide 17 text

it to your computer. Clone know an existing project?

Slide 18

Slide 18 text

for the history log check the

Slide 19

Slide 19 text

your changes… Commit

Slide 20

Slide 20 text

…to the current branch.

Slide 21

Slide 21 text

another branch. Checkout

Slide 22

Slide 22 text

other’s changes… Pull

Slide 23

Slide 23 text

your work to a… push …and then

Slide 24

Slide 24 text

server, for others to use. remote

Slide 25

Slide 25 text

a commit “First sketches” C1

Slide 26

Slide 26 text

“Wireframes” C1 C2

Slide 27

Slide 27 text

C1 C2 C4 C3

Slide 28

Slide 28 text

a branch a branch C1 C2 C4 C3 C5

Slide 29

Slide 29 text

https://goo.gl/gy3rCt useful links