From 13a1409d2824b87658511c12c1866ffd4a6ce593 Mon Sep 17 00:00:00 2001 From: Ayushman Singh Chauhan Date: Fri, 5 Nov 2021 18:20:12 +0530 Subject: [PATCH] DOC: Fix camelCase (or capitalization) (#125) --- courses/level101/git/github-hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/courses/level101/git/github-hooks.md b/courses/level101/git/github-hooks.md index 79806f3..b04d775 100644 --- a/courses/level101/git/github-hooks.md +++ b/courses/level101/git/github-hooks.md @@ -1,4 +1,4 @@ -# Git with Github +# Git with GitHub Till now all the operations we did were in our local repo while git also helps us in a collaborative environment. GitHub is one place on the internet where you can centrally host your git repos and collaborate with other developers.