Slide 1

Slide 1 text

git Aldo Ziflaj // @aziflaj

Slide 2

Slide 2 text

This talk is about git-scm.com

Slide 3

Slide 3 text

This talk is not about github.com

Slide 4

Slide 4 text

What is git?

Slide 5

Slide 5 text

a Linus Torvalds production

Slide 6

Slide 6 text

A tool for the pragmatic developer

Slide 7

Slide 7 text

The meaning of the name depends on you

Slide 8

Slide 8 text

The meaning of the name depends on you ➔ A random three-letter combination that is pronounceable, and not actually used by any common UNIX command. The fact that it is a mispronunciation of "get" may or may not be relevant.

Slide 9

Slide 9 text

The meaning of the name depends on you ➔ A random three-letter combination that is pronounceable, and not actually used by any common UNIX command. The fact that it is a mispronunciation of "get" may or may not be relevant. ➔ Stupid. Contemptible and Despicable. Simple. Take your pick from the dictionary of slang.

Slide 10

Slide 10 text

The meaning of the name depends on you ➔ A random three-letter combination that is pronounceable, and not actually used by any common UNIX command. The fact that it is a mispronunciation of "get" may or may not be relevant. ➔ Stupid. Contemptible and Despicable. Simple. Take your pick from the dictionary of slang. ➔ "Global Information Tracker": you're in a good mood, and it actually works for you. Angels sing, and a light suddenly fills the room.

Slide 11

Slide 11 text

The meaning of the name depends on you ➔ A random three-letter combination that is pronounceable, and not actually used by any common UNIX command. The fact that it is a mispronunciation of "get" may or may not be relevant. ➔ Stupid. Contemptible and Despicable. Simple. Take your pick from the dictionary of slang. ➔ "Global Information Tracker": you're in a good mood, and it actually works for you. Angels sing, and a light suddenly fills the room. ➔ "Goddamn Idiotic Truckload of sh*t": when it breaks

Slide 12

Slide 12 text

Why git?

Slide 13

Slide 13 text

Supports non-linear development

Slide 14

Slide 14 text

Distributed development

Slide 15

Slide 15 text

No content

Slide 16

Slide 16 text

Demo time May the demo gods be with us

Slide 17

Slide 17 text

No content

Slide 18

Slide 18 text

No content

Slide 19

Slide 19 text

README.md https://git-scm.com/book/en/v2 Git Fundamentals - Thom Parkin http://rogerdudler.github.io/git-guide/ Git Succinctly - Ryan Hodson