PDA

View Full Version : Github???



GeForce 9500GT
October 4th, 2012, 11:28 AM
What is Github and how does it work? Sometimes i come across a link to a github site but i don't know what it is and how it works.

AnotherMuggle
October 4th, 2012, 01:31 PM
What is Github and how does it work? Sometimes i come across a link to a github site but i don't know what it is and how it works.

GitHub offers online project hosting using the git version control system. It's basically a place online to easily share code with others in an easy and managable fashion.

The best thing you can do is read the information on their site as it covers anything you might like to know: https://github.com/

nothingspecial
October 4th, 2012, 02:25 PM
Not ububtu support.

Thread moved to The Community Cafe.

era86
October 4th, 2012, 05:35 PM
Social coding. I can store my code on there for projects and easily share them with others.

philinux
October 7th, 2012, 12:33 PM
I spotted this article today.

http://www.iloveubuntu.net/search-githubs-users-and-repositories-unity-github-lens

lovinglinux
October 7th, 2012, 01:23 PM
http://en.wikipedia.org/wiki/Github

http://en.wikipedia.org/wiki/Git_(software)

Git and GitHub are awesome.

Information Technology
October 9th, 2012, 03:30 AM
What is Github and how does it work? Sometimes i come across a link to a github site but i don't know what it is and how it works.

The main GitHub page leads to multiple articles and tutorials but you can start from things like Wikipedia as a foundation. As mentioned earlier, it's a foundation for social coding. An example is the simple ability to share your code examples with other people, or search through other people's code to find ways to solve your own problems. Also, there are other tools out there, like bl.ocks.org that act as "viewers" over github code, allowing you to do things like actually see the running code, such as graphical visualizations from the D3.js library. Very cool.

In short, github is very useful and I suggest spending the time to learn it.