Created
June 7, 2012 18:28
-
-
Save mgarciaisaia/2890625 to your computer and use it in GitHub Desktop.
Git for Windows cloning
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
usuario@B9E9042C55AF4BA ~/Mis documentos/GitHub | |
$ git clone https://github.com/mgarciaisaia/HayEquipo he | |
Cloning into 'he'... | |
remote: Counting objects: 433, done. | |
remote: Compressing objects: 43% (132/305) | |
remote: Compressing objects: 100% (305/305), done. | |
remote: Total 433 (delta 120), reused 433 (delta 120) | |
Receiving objects: 100% (433/433), 864.47 KiB | 189 KiB/s, done. | |
Resolving deltas: 100% (120/120), done. | |
usuario@B9E9042C55AF4BA ~/Mis documentos/GitHub | |
$ cd he | |
usuario@B9E9042C55AF4BA ~/Mis documentos/GitHub/he (master) | |
$ git status | |
# On branch master | |
nothing to commit (working directory clean) | |
usuario@B9E9042C55AF4BA ~/Mis documentos/GitHub/he (master) | |
$ git --version | |
git version 1.7.10.msysgit.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment