From 166163a609c6aa2f625a77d762106b6845203ad9 Mon Sep 17 00:00:00 2001 From: techloverkrish <67681378+techloverkrish@users.noreply.github.com> Date: Tue, 12 Sep 2023 04:00:29 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 73 +++---------------------------------------------------- 1 file changed, 4 insertions(+), 69 deletions(-) diff --git a/README.md b/README.md index 2a63757..62fe822 100644 --- a/README.md +++ b/README.md @@ -1,74 +1,9 @@ -# Welcome to the GitHub Guide for NIET Students +# Welcome to the GitHub Guide for All Students - -![GDSC](https://github.com/Sumitpathak721/guideGithub/assets/98797074/7602711d-1061-4139-9fab-ebd69dfed7d5) - - - -This repository is designed to help you, 2nd-year students, get started with GitHub, a powerful platform for version control and collaborative coding. Whether you're new to programming or just starting your journey, this guide will assist you in understanding and using GitHub effectively. - -## Table of Contents - -1. [What is GitHub?](#what-is-github) -2. [Getting Started](#getting-started) - - [Creating a GitHub Account](#creating-a-github-account) - - [Installing Git](#installing-git) - - [Configuring Git](#configuring-git) -3. [Basic GitHub Concepts](#basic-github-concepts) - - [Repositories](#repositories) - - [Commits](#commits) - - [Branches](#branches) - - [Pull Requests](#pull-requests) -4. [Using GitHub](#using-github) - - [Creating Your First Repository](#creating-your-first-repository) - - [Cloning a Repository](#cloning-a-repository) - - [Making Changes](#making-changes) - - [Committing Changes](#committing-changes) - - [Pushing Changes](#pushing-changes) - - [Creating a Pull Request](#creating-a-pull-request) -5. [Collaboration on GitHub](#collaboration-on-github) - - [Forking a Repository](#forking-a-repository) - - [Working with Branches](#working-with-branches) - - [Reviewing Pull Requests](#reviewing-pull-requests) -6. [Best Practices](#best-practices) - - [Commit Messages](#commit-messages) - - [Branch Naming](#branch-naming) - - [Using Issues](#using-issues) -7. [Resources](#resources) - - [GitHub Learning Lab](#github-learning-lab) - - [GitHub Docs](#github-docs) - - [External Tutorials](#external-tutorials) -8. [Contributing](#contributing) - - [How to Contribute](#how-to-contribute) - - [Code of Conduct](#code-of-conduct) - -## What is GitHub? - -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 - -### Creating a GitHub Account - -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 - -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 - -After installing Git, you'll need to configure it with your GitHub credentials. Run the following commands in your terminal: - - -```bash -git config --global user.name "Your Name" -git config --global user.email "youremail@example.com" -``` - +
-

Happy coding 🙂

+

Hello Community🙂

-Contributed by Sumit Pathak 🙂 \ No newline at end of file +Contributed by Sumit Pathak 🙂 From dcd0fbca06343afbf89da37e592580299df4f7fe Mon Sep 17 00:00:00 2001 From: techloverkrish <67681378+techloverkrish@users.noreply.github.com> Date: Tue, 12 Sep 2023 04:03:35 -0700 Subject: [PATCH 2/2] Update README.md Commit from Krish Kesharwani --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62fe822..48c74c8 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@

Hello Community🙂

+

This is krish kesharwani From IILM university

Contributed by Sumit Pathak 🙂