GITHUB

From emboxit
Revision as of 03:57, 10 October 2013 by NikoSysop (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

GIT and GITHUB

  • Collaborative development of software, with Linus-Torvalds-GIT GITHUB
Open-Source Projects for Free
Private projects at low cost (7,12/m)
Just Create an open source account to start with GitHub and educate your self on Software Collaborative Development
Install Git and Run it
from Git command-prompt:
    $git clone git@github.com:zzz/xxx.git
                              where zzz is repository name in GitHub Server, xxx is a directory name in the repository
                              A copy of directory named xxx will be created in users computer