Skip to content

Instantly share code, notes, and snippets.

@mgarciaisaia
Created June 7, 2012 18:28
Show Gist options
  • Save mgarciaisaia/2890625 to your computer and use it in GitHub Desktop.
Save mgarciaisaia/2890625 to your computer and use it in GitHub Desktop.
Git for Windows cloning
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