Skip to content
Techusers

Techusers

Learn To be a Dev

  • Home
  • Guide
  • Security & Privacy
  • Tech News
  • Computer
  • Top List
  • What is
  • Engineering
  • How To
  • Tech Terms
  • Toggle search form

GitHub-Larger source code platforms

Posted on 06/11/201904/02/2020 By Techuser
Image of github
Github

About:

GitHub is a web-based hosting service for software development projects that use the Git revision control system.GitHub is the open source platform,They provides hosting for software development version control using Git. GitHub belongs to Microsoft,They acquired in 2018 for $7.7 billion.It provides all of the Distributed Version Control and source code management (SCM) Functionalities. It uses Git repositories.

Build for developers:

Components in github:

  1. Repositories
  2. Branches
  3. Pull Requests
  4. Commits
  5. Git

Repositories:

Repository means the root folder. It is the place where all the projects and the revisions of all projects are saved. You can own repositories individually, or you can share ownership of repositories with other people in an organization.

Repositories can be public or private. Public repositories are visible to everyone. Only the owner and collaborators can view or contribute to a private repository.

You can collaborate on your project with others using your repository’s issues, pull requests, and project boards.

Branches:

Branch is the copy of Master branch. GitHub branch is used to work with different versions of a repository at the same time.

New Branches are for bug fixes and feature work separate from the master branch. When changes are ready, they can be merged into the master branch. If you make changes to the master branch while working on a new branch, these updates can be pulled in.

Pull Requests:

Pull requests are the way to tell the changes in their program errors(ie,bugs) to correct the program. Once the pull request is sent,you can discuss and review the potential changes with collaborators and add follow-up commits before your changes are merged into the base branch.

It show content differences, changes, additions, and subtractions in colors (green and red).

Commits:

In Github, commits means Changes.If you commit anything on github, It needs proper description.

Related

Tech Terms

Post navigation

Previous Post: What is IP address?
Next Post: How to Run Linux os in WebBrowser – Distrotest.net

Recent Posts

  • Today’s Wordle Hints, Answer for #1402 on April 21
  • Today’s Wordle Hints, Answer for #1401 on April 20
  • NYT Connections Today: Hints and Answer for April 19
  • Today’s Wordle Hints, Answer for #1400 on April 19
  • Today’s NYT Strands Hints, Answers & Spangram for April 11, 2025

Copyright © 2025 Techusers.

Powered by PressBook WordPress theme