Slide 1

Slide 1 text

How to write a good commit message @anabalica

Slide 2

Slide 2 text

No content

Slide 3

Slide 3 text

git

Slide 4

Slide 4 text

git commit

Slide 5

Slide 5 text

git log

Slide 6

Slide 6 text

3d06ff9 Commit that 9bffefc Commit this 1829923 First commit

Slide 7

Slide 7 text

git commit -m “A message”

Slide 8

Slide 8 text

Horrible horrible messages 3d06ff9 Aariesntdyaus 9bffefc Fuuuuuuuuuuu 1829923 I are the master of code!!!111

Slide 9

Slide 9 text

Slightly better 3d06ff9 Added/removed a file 9bffefc This time it is probably fixed 1829923 Prettify the output

Slide 10

Slide 10 text

Pretty good 3d06ff9 Add scss directory to load path 9bffefc Fix dynamic field init method 1829923 Small changes to the rich text editor

Slide 11

Slide 11 text

Coolness overflow 3d06ff9 Add scss directory to load path so Sass can find Compass 9bffefc Fix dynamic field init method to take into consideration user status 1829923 Small changes to the rich text editor to enhance user experience

Slide 12

Slide 12 text

WHY?

Slide 13

Slide 13 text

Goodies

Slide 14

Slide 14 text

3d06ff9 Msg 1 - closes #17 9bffefc Msg 2 [touch:34] 1829923 Msg 3 [completed:3845]

Slide 15

Slide 15 text

Thx ;)