Skip to content

Instantly share code, notes, and snippets.

@mgarciaisaia
Created June 7, 2012 18:33
Show Gist options
  • Save mgarciaisaia/2890649 to your computer and use it in GitHub Desktop.
Save mgarciaisaia/2890649 to your computer and use it in GitHub Desktop.
GitHub for Windows' Shell
usuario@B9E9042C55AF4BA ~/Mis documentos/GitHub/HayEquipo (master)
$ cd ..
usuario@B9E9042C55AF4BA ~/Mis documentos/GitHub
$ git clone https://github.com/mgarciaisaia/HayEquipo he
Cloning into 'he'...
remote: Counting objects: 433, done.
remote: Compressing objects: 57% (174/305) Receiving objects: 0% (1/433)
remote: Compressing objects: 100% (305/305), done.
remote: Total 433 (delta 120), reused 433 (delta 120)Receiving objects: 95% (41
Receiving objects: 96% (416/433), 508.00 KiB | 318 KiB/s
Receiving objects: 100% (433/433), 864.47 KiB | 318 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
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: jquery/index.html
#
no changes added to commit (use "git add" and/or "git commit -a")
usuario@B9E9042C55AF4BA ~/Mis documentos/GitHub/he (master)
$ git --version
git version 1.7.11.rc0.6842.g50cd4fe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment