Last active
August 29, 2015 14:02
-
-
Save siscia/c2e066b4b306b4d87d2c to your computer and use it in GitHub Desktop.
per e_ale92
This file contains hidden or 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
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 | |
======= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Test