GITHUB
From emboxit
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
- Very easy to Understand, Git Basics from Pro Git
- An example of how a user can get a project from a GitHub repository:
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