From 52e35c91ddf73d1e77abe1d340e834196c0f3e02 Mon Sep 17 00:00:00 2001 From: Anushikha Date: Tue, 12 Sep 2023 16:07:48 +0530 Subject: [PATCH] changes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a73d59e..ecc055c 100644 --- a/README.md +++ b/README.md @@ -46,17 +46,17 @@ This repository is designed to help you, 2nd-year students, get started with Git GitHub is a web-based platform for version control, collaboration, and code sharing. It allows developers to work on projects together, track changes, and manage code efficiently. GitHub is widely used in the software development industry for both open-source and private projects. -## Getting Started +## Getting Started :P -### Creating a GitHub Account +### Creating a GitHub Account :O If you don't already have a GitHub account, you can create one for free. Visit [GitHub's Signup Page](https://github.com/join) and follow the instructions. -### Installing Git +### Installing Git :D Git is a distributed version control system that works seamlessly with GitHub. You can download and install Git by following the instructions for your specific operating system: [Git Installation Guide](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git). -### Configuring Git +### Configuring Git :3 After installing Git, you'll need to configure it with your GitHub credentials. Run the following commands in your terminal: