Skip to main content

Version Controlling

GitHub and it’s applications



What is GitHub ?


GitHub is a web-based Git or version control repository and Internet hosting service. It offers all of the distributed version control and source code management functionality of Git as well as adding its own features.


To understand GitHub we must understand what Git is. git is a version control system


Version Control

What does a version mean ? well, when developers are working on something (an iOS application as an example) they are working number of changes to the main source code and release them .


These fast changing codes are need to be tracked. Therefore version control system comes to play in a very handy way. These vcs keeps the revisions straight ans store the modifications in a central library.This allows a team of developers to easily manage the source of the application.
Developers can download a new version of the software, make changes, and upload the newest revision. Every developer can see these new changes, download them, and contribute.


There are number of alternatives to GitHub. Mercurial, Bazaar, Cogito (Git), Subversion, Monotone, and CVS are couple of them.


The “Hub” in the Github

what makes the GitHub so special ?


Here is a list of features that sands GitHub from the crowd


  • Detailed Commit history
  • Repositories
  • Pull Requests
  • Side by side code comparison
Detailed Commit Histories


The commit history is not founded by GitHub itself of course, but GitHub presents this is in a very eye catching way that is every useful for the developers and staff


While we clicking the each commit link it would take us to the commit where code has been changed and updated thus giving us an good idea on the commits itself and changes occurred in each update


Repositories


GitHub stores a files of a particular project. A repository manages the collaborators, pull requests, commit histories and etc . GitHub let us to manage our repository well letting us to decide a repository should be private or public











Side by side code comparison


The best part of GitHub is the side by side comparisons.In this GitHub presents our code from previous commit and new commit in a really useful way thus making us very easy to track what and what have been changed in the new commit .






Wrapping it up …




Interested in using GitHub ? Just head over to https://github.com/join and provide a username password and email

Comments

Popular posts from this blog

An Introduction to Spring Framework

An Introduction to Spring Framework   What is Spring ? Spring is an application framework . Unlike single-tier frameworks such as Struts or Hibernate, Spring aims to help structure whole applications in a consistent, productive manner, pulling together best-of-breed single-tier frameworks to create a coherent architecture. Why Spring ? The Spring Framework is an open source application framework that aims to make J2EE development easier. We’ll look at the motivation for Spring, its goals, and how Spring can help you develop high-quality applications quickly. Using J2EE “out of the box” is not an attractive option. Many J2EE APIs and services are cumbersome to use. J2EE does a great job of standardizing low-level infrastructure, solving such problems as how can Java code access transaction management without dealing with the details of transactions. But J2EE does not provide an easily usable view for application code.That is the role of an application framework, such a

Apache Maven

Introduction to Apache Maven   What is maven? Maven is a project management tool which encompasses a project object model, a set of standards, a project life cycle, a dependency management system, and logic for executing plugin goals at defined phases in a life cycle. When you use Maven, you describe your project using a well-defined project object model, Maven can then apply cross-cutting logic from a set of shared (or custom) plugins. The great majority of Maven users are going to call Maven a “build tool”: a tool used to build deployable artifacts from source code. Build engineers and project managers might refer to Maven as something more comprehensive: a project management tool. What is the difference? A build tool such as Ant is focused solely on preprocessing, compilation, packaging, testing, and distribution. A project management tool such as Maven provides a super set of features found in a build tool. In addition to providing build capabilities, Maven can also ru

Tour Management System - 2nd year ITP project

   Introduction to the System  The Lotus Tours Company which is located in Nugegoda, provides a good service to the customers who wish to visit sacred places in India and Thailand. India and Thailand are some beautiful countries in Asia. A trip to these countries can reveal numerous mystic things regarding its culture, art tradition history etc. Any person who wish to travel through the Lotus Company are allowed. Even the customers who doesn’t have a passport can reserve a date and get registered. Company will get all the details from the customer who doesn’t have a passport and help to prepare a new passport for them They have many packages in different prices. To get registered every customer should deposit Rs. 10,000 in advance. Then the rest of the amount are paid in installments prior to the tour date or the full amount for the tour can be paid at once. When a customer make a reservation, all the reservation details are recorded in a file and unique ID number is given to