From 367e841790e61ce74bcbe717e56c0fc51902d170 Mon Sep 17 00:00:00 2001 From: Mauro Mandracchia Date: Sun, 16 Oct 2016 01:16:32 +0200 Subject: [PATCH 1/2] Update README.md The proposal is to gentle introduction on environments rather than focusing on git-cli it self, since sometimes people might don;t know whe context of execution. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a35c557b..d2e264a53 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If everyone can help out with elaborating on the different subjects that would b # What ## Git introduction (one week) - * publish your websites on Git + * publish your websites on Git (CLI) * branch and push, clone ## Module 1 @@ -19,8 +19,10 @@ If everyone can help out with elaborating on the different subjects that would b * Function decleration and excecution (code flow) * Scope -## Git Module (two weeks) -* CLI +## The browser environment the CLI env (two weeks) +* what is a CLI +* Git commands by CLI +* Browser debugging vs ClI debugging ## Module 2 * Advanced datatypes(objects) From 41aa9b8ef6af3a68df57d1e07a20819961e3a099 Mon Sep 17 00:00:00 2001 From: Mauro Mandracchia Date: Sun, 16 Oct 2016 01:19:16 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2e264a53..120b82a2f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If everyone can help out with elaborating on the different subjects that would b # What ## Git introduction (one week) - * publish your websites on Git (CLI) + * publish your websites on Git (UI) * branch and push, clone ## Module 1