Results 1 to 7 of 7

Thread: Github???

  1. #1
    Join Date
    Jul 2012
    Location
    /home/
    Beans
    196
    Distro
    Lubuntu 12.04 Precise Pangolin

    Question Github???

    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.

  2. #2
    Join Date
    Aug 2006
    Beans
    Hidden!

    Re: Github???

    Quote Originally Posted by GeForce 9500GT View Post
    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/

  3. #3
    Join Date
    Jan 2008
    Location
    Manchester UK
    Beans
    13,573
    Distro
    Ubuntu

    Re: Github???

    Not ububtu support.

    Thread moved to The Community Cafe.

  4. #4
    Join Date
    Oct 2005
    Location
    Seattle, WA
    Beans
    494
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Github???

    Social coding. I can store my code on there for projects and easily share them with others.
    www.runtime-era.com - Blog About My Journey as a Developer

  5. #5
    Join Date
    Jul 2007
    Location
    UK
    Beans
    17,059
    Distro
    Ubuntu Development Release

  6. #6
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

  7. #7

    Re: Github???

    Quote Originally Posted by GeForce 9500GT View Post
    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •