13 Forks
1 Stars
1 Watchers

git

Presentation for the GIT course (Platzi 2015)

How to download and setup git

Open terminal and run command
git clone https://github.com/FiliSantillan/git.git
git clone is used to create a copy or clone of git repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with git https://github.com/FiliSantillan/git/archive/master.zip

Or simply clone git with SSH
[email protected]:FiliSantillan/git.git

If you have some problems with git

You may open issue on git support forum (system) here: https://github.com/FiliSantillan/git/issues