Slide 9
Slide 9 text
$ git init
Initialized empty Git repository in /Users/jimmy/Code/git-
demystified/.git/
$ git commit -m "Add intro, outro, and three chapters."
[master (root-commit) bbedcbe] Add intro, outro, and three chapters.
5 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 chapters/chapter_1.txt
create mode 100644 chapters/chapter_2.txt
create mode 100644 chapters/chapter_3.txt
create mode 100644 intro.txt
create mode 100644 outro.txt