Technology Paper on Summary of Github

Summary of Github

Github is a website that hosts Git repository services. It offers source code management (SCM) and distributed version control of the Git together with its features. Often, this Git is available to the public and enables them to improve, collaborate, download, and remix the code. There are a number of cool repositories on GitHub, with the introduction of new ones daily. Some of the common development projects whose code can be accessible in GitHub include twitter bootstrap, ruby on rails, and HTML5. It also offers access control and a number of cooperation features like task management, feature requests, and bug tracking. GitHub provides both free accounts and private repositories plans that are highly applicable to host open-source software projects. One can access and manipulate projects on Git hub using the standard Git command interface. This website further enables non-registered and registered users to search for public repositories.

One can only use Github website if he opens an account that he can use to add content to the website. Conversely, public repositories can be downloaded and browsed by any individual. A registered user can utilize this website to manage, discuss, create, and defer to repositories to other people’s repositories.

This website has the proficiency of offering social networking-like functions for instance, followers, and feeds. Apart from Github being used for code, it supports the following features and formats; issuing of tracking together with requests of features with assignees, milestones, labels, and a search engine. A repository refers to a container for the code of a specific project. Github further offers other services like Gist whose major function is to host code snippets.