diff --git a/slides/essential_commands.md b/slides/essential_commands.md index 2b29de7d5970cbee547b59515fcbca1e1eb51d93..944f03a70ac6c817e03a71ff073de37a1816ef05 100644 --- a/slides/essential_commands.md +++ b/slides/essential_commands.md @@ -7,7 +7,7 @@ `pull, status, add, commit, push` <br> -or in other words (remember these!) +or in other words (remember these!): ```shell $ git pull $ git status diff --git a/slides/installation.md b/slides/installation.md index ec24784591a672b732d859ff0bbecb9bea84583b..ed949154118b7e24cca69c2818fa1c588817e38c 100644 --- a/slides/installation.md +++ b/slides/installation.md @@ -62,7 +62,7 @@ $ git config --list This should list the configuration with `user.name` and `user.email`. -## I need `The COBRAToolbox` - How? +## I need `The COBRAToolbox`? Simply `clone` the repository (i.e., retrieve a copy) ```sh @@ -77,7 +77,7 @@ Any other rudimentary method such as shall **be avoided**! -## How do I `clone` a repository? +## How do I generally `clone` a repository? You can clone any other repository with: ```sh diff --git a/slides/overview.md b/slides/overview.md index f732a5b68300fa24a9cdf1788577d3ef2875f933..cfc6f802c2c923e0d4bc51222cf9d631ca7b9e89 100644 --- a/slides/overview.md +++ b/slides/overview.md @@ -8,6 +8,6 @@ * `clone/pull` / `status` / `add` / `commit` / `push` 5. Branches <!--(10 min)//--> 6. Forks <!--(10 min)//--> -7. Good practices +7. Best practices 8. Practical session <!--(40 min)//--> 9. Evaluation <!--(10 min)//-->