From da8f34e32baa838a9c6208ed65e592deea084a83 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 21 Apr 2018 15:00:34 +0800 Subject: [PATCH] udpate github guide draft title and content --- _drafts/2018-04-21-git-and-github-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_drafts/2018-04-21-git-and-github-guide.md b/_drafts/2018-04-21-git-and-github-guide.md index a2bead9..daabfe9 100644 --- a/_drafts/2018-04-21-git-and-github-guide.md +++ b/_drafts/2018-04-21-git-and-github-guide.md @@ -1,5 +1,5 @@ --- -title: "How To Start Using Github for Learning and Project Development" +title: "How To Start Using Github for Learning Development Technologies" permalink: "/git-and-github-guide" description: "I strongly believe that every developer should know Git and Github. Here's why." keywords: "" @@ -16,6 +16,6 @@ Github is basically a website for opensource communities. It is sort of the plac It is not just the best place to contribute or start an opensource project, but also a good starting point to see and learn how other developers write their code and communicate with each other to resolve issues. -To cut the long story short, Github's a good place to start learning how to be a developer. +To cut the long story short, Github's a good place to start learning how to be a developer... and more. Let's go through the steps on creating an account on github and creating your first project repository. \ No newline at end of file