{"repo":"ayarii/Git-GitHub-GitHubClassroom","free":true,"listed":false,"github":"https://github.com/ayarii/Git-GitHub-GitHubClassroom","clone":"git clone https://github.com/ayarii/Git-GitHub-GitHubClassroom.git","description":"Git-GitHub- GitHub-classroom","language":null,"stars":20,"topics":["git","github","github-config","github-actions","github-pages"],"license":null,"category":"workflow-automation","readme_excerpt":"Introduction: Git and GitHub - Git is a free and open source distributed version control system. - Git is used to tracking changes in the source code and enabling multiple developers to work together. - GitHub is an online software development platform. It's used for storing, tracking, and collaborating on software projects. - In January 2022, GitHub hosted over 100 million repositories on its platform. - More than 65 million developers actively use GitHub to collaborate on open source and private projects. Basic Concepts 1. Installing Git First, we need to install Git: the version control software. - Git: Install git 2. Configuring Git Account Open a terminal on your Windows or Mac and then write the following commands: 3. Initialize a Local Repository 1. First, let's start by creating a folder for our project. For this you can use the GUI of Windows or Mac, use a terminal or your preferred IDE. 2. Next, cd into your project folder: 3. Finally, we need to initialize the repository using the following command: 4. Staging & Tracking Files 4.1. Adding files to the staging area 4.1.1. Create a file named index.html containing a simple \\ tag 4.1.2. Git does not know about the file index.html . We can check the tracked files using the following command: 4.1.3. The git status command allows you to know the status of the project: If it is initiated, modified, staged 4.1.4. For Git to recognize this file, we need to add it to the staging area and create a commit. There are multiple w","default_branch":null,"files":null,"tree":[],"storefront":"/r/ayarii","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/ayarii/Git-GitHub-GitHubClassroom/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}