Skip to content
This repository has been archived by the owner on Nov 1, 2017. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 372 Bytes

0001-01-01-Repository-from-Scratch.md

File metadata and controls

19 lines (14 loc) · 372 Bytes
chapter layout tags categories
Init
slide
init
slidecontent
# New project
$ git init newproject
$ cd newproject
# ...start coding

{% include hydeslides/notes-open.html %}

Creating a new repository is a simple as typing the git init command.

Hand in a project directory name, and you're ready to begin.

{% include hydeslides/notes-close.html %}