Difference between revisions of "GITHUB"

From emboxit
Jump to: navigation, search
 
m (1 revision)
 
(No difference)

Latest revision as of 16:51, 11 September 2015

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