From d13aebcdb89237fe7d27710d7b4c68510672c661 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Sun, 3 Jun 2018 17:24:33 +0200 Subject: [PATCH 1/3] Add .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f3097ab --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +password From b01c08ab7c33a89403c84a8e8f4f589088c9a34c Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Sun, 3 Jun 2018 17:54:30 +0200 Subject: [PATCH 2/3] Add more info in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e2d687d..3644a3a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # GitHub Essentials v2 Second revision of the [GitHub Essentials](https://githubessentials) book. + +Test change. From 8c8afb3d1deacd92293ed4d918bdb4b334609430 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Sun, 3 Jun 2018 19:50:56 +0200 Subject: [PATCH 3/3] Correct line in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3644a3a..fc499e3 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ Second revision of the [GitHub Essentials](https://githubessentials) book. -Test change. +For more info, check the wiki.