View difference between Paste ID: vatwvGCj and 8fhdrVZn
SHOW: | | - or go back to the newest paste.
1
# Se pueden encontrar mas repositorios a utilizar en http://wiki.opscode.com/display/chef/Cookbooks#Cookbooks-GithubRepositories
2
3
git init
4
git remote add origin https://github.com/opscode/cookbooks.git
5
git config core.sparsecheckout true
6
echo nginx/ >> .git/info/sparse-checkout
7
git pull origin master