From 23d1515abc54d1294f81bd5c6ccb8b51a141a5ac Mon Sep 17 00:00:00 2001 From: Saransh Chopra Date: Fri, 3 Jan 2025 15:32:48 +0100 Subject: [PATCH] Update index.md --- ch00git/index.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/ch00git/index.md b/ch00git/index.md index 03625bb3..94333519 100644 --- a/ch00git/index.md +++ b/ch00git/index.md @@ -1,8 +1,12 @@ --- -title: Github Pages Example +title: Version Control --- -Mountains and Lakes in the UK -=================== -Engerland is not very mountainous. -But has some tall hills, and maybe a mountain or two depending on your definition. +* Why use version control +* Solo use of version control +* Publishing your code to GitHub +* Collaborating with others through Git +* Branching +* Rebasing and Merging +* Debugging with GitBisect +* Forks, Pull Requests and the GitHub Flow