Skip to content

PetarPetrov24/Github-Overview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

GitHub Overview

Welcome to the GitHub Overview repository! This repository demonstrates the basic usage of Git and GitHub, including common Git commands, creating a repository, and using version control.

Table of Contents

  1. What is GitHub?
  2. Getting Started
  3. Common Git Commands
  4. Working with Branches
  5. Collaborating with GitHub
  6. License

What is GitHub?

GitHub is a platform for version control and collaboration. It lets you and others work together on projects from anywhere. GitHub hosts your code and keeps track of changes made to it using Git, a distributed version control system.

Key Features:

  • Version Control: Track changes to code and manage different versions.
  • Collaboration: Work on projects with multiple contributors, make pull requests, and review each other's work.
  • Issue Tracking: Use GitHub issues to track bugs, feature requests, and tasks.
  • Pull Requests: Propose changes to a project, collaborate, and merge code.

Getting Started

Prerequisites

Before you start, you'll need to install Git and have a GitHub account. Follow these steps to set up your environment:

  1. Install Git.
  2. Create a GitHub account.
  3. Set up Git with your name and email:
    git config --global user.name "Your Name"
    git config --global user.email "youremail@example.com"
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published