Skip to content

Instantly share code, notes, and snippets.

@siscia
Last active August 29, 2015 14:02
Show Gist options
  • Save siscia/c2e066b4b306b4d87d2c to your computer and use it in GitHub Desktop.
Save siscia/c2e066b4b306b4d87d2c to your computer and use it in GitHub Desktop.
per e_ale92
Prendiamo un qualunque repo si github, per esempio questo: https://github.com/milano-js/frontend-tools
Con relativo indirizzo git:
https://github.com/milano-js/frontend-tools.git
Entriamo in una shell:
=======
simo@simo:~$ git clone https://github.com/milano-js/frontend-tools.git
Cloning into 'frontend-tools'...
remote: Reusing existing pack: 34, done.
remote: Total 34 (delta 0), reused 0 (delta 0)
Unpacking objects: 100% (34/34), done.
simo@simo:~$ cd frontend-tools/ #spostiamoci nella cartella
simo@simo:~/frontend-tools$ ls -a # visualizziamo il contenuto della cartella
. .git Gruntfile.js .jshintrc package.json sass
.. .gitignore js LICENSE README.md
=======
@siscia
Copy link
Author

siscia commented Jun 10, 2014

Nota che la cartella .git viene creata con il comando git init.

@siscia
Copy link
Author

siscia commented Jun 26, 2014

Test

@siscia
Copy link
Author

siscia commented Jun 26, 2014

Test1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment