Advertisement
gobo

Untitled

Mar 29th, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement