Git
Git
GitHub Desktop (requires a GitHub account)
Git - git Documentation
Git - user-manual Documentation
GitHowTo
git - the simple guide
An introduction to Git: what it is, and how to use it
Jobba med Git
git clone
git clone is used to clone an existing remote repository into your computer. The command for this is:
git clone url
Tip: The above command creates a new folder and copies the repository files into that folder. To avoid getting cloned repositories scattered all over your directory tree, create a folder where to store all repositories. Then cd into that folder before running the git clone command.