top of page

Github brings safety and quality to code

With Github's many features and ways of communicating, it is now possible to work as a team for large development projects.  Come together as an organization and take control of the code with Git!

GITHUB IS A POWERFUL TOOL TO HELP YOU MANAGE YOUR PROJECTS
  MANAGE 
 

On the Github site you can watch new code as it comes in from the developer. This is your chance to review it, and to be able stop bad code from making it into your project by rejecting the code literally seconds after the developer coded it.

  Save
 

Save time using Github. Github.com is a wonderful resource for research of the newest technologies, apis, and projects that are open to the public to work on. Save time by properly reviewing code before it gets close to production. This will prevent a bug in the system that will take hours to fix down the line.

  DOWNLOAD
 

Github is such a well known site that some other software (websites, IDEs, and other tools of development) has Git functionality built into them. Git came be fully integrated into the development process.

  INTERACT
 

Get to know your development team better by watching them develop code on their projects. Git allows a sort of micromanaging by allowing members of an private project to view each others progress and look at their specific code. If a project is public on the site then anyone can view the code and progress.

There are two ways to use GitHub:

  • Git GUI (Mouse point and click)

  • Git Bash (Text Based Programming)

To see the introductions for either one, use the navigation at the top of the screen, or click below to start step one of...

Git GUI Installation     Or    Git Bash Installation

 

(Or to find out more information about GitHub, use the More drop down from the navigation at the top!)

bottom of page