diff --git a/basics.html b/basics.html index ade114354f04dcf3701ae0f131423034d2dcff73..5d6a18bd210291b4a06978f5bc00291602adcdd4 100644 --- a/basics.html +++ b/basics.html @@ -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