Usage of Git (With Tutorials) - golden-coconut-studio/TikiAdventuresWiki GitHub Wiki
Instalation
Git funamentals - Cloning
- Para obtener una copia de un repositorio existente se necesita clonarlo. Para ello primero debemos obtener el link del repositorio. En el inicio de la pagina del repositorio hay un botón de color verde
- Before being able to work with a repository, you will have to clone it. Cloning is taking the repository and its content from the web, and downloading it to your personal computer. You will then have a copy of the repository which you can edit personally.
In order to clone, after you've downloaded sourcetree, there should be a tab on the lopleft, there you should see the option "Clone". Press this button, and you can the fill in the repository adress, which you should be able to get in this website.
The following example videos shows all the steps