Skip to content
Snippets Groups Projects
Verified Commit 25d4a1c5 authored by ck85nori's avatar ck85nori :railway_track:
Browse files

moves create repository task on its own slide

parent 060c164c
No related branches found
No related tags found
No related merge requests found
......@@ -495,14 +495,26 @@
notes:
- for this tutorial we are creating a new repository
- mkdir ~/projects
- git init hello
- README.md
- src/hello.lang
- for #homework you init your existing projects *without* version
- at home you can `init` your existing projects *without* version
control
</section>
<section id="cli-create-repository-your-turn" data-markdown>
## create a repository
### your turn
1. create a project called **hello**
1. write a short `README` file
notes:
```bash
mkdir ~/projects
git init hello
cd hello
$EDITOR README.md
```
</section>
<section id="cli-git-status" data-markdown>
## command line
### git status
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment