Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. cd ./somedir && git clone some_repo
  2.  
  3. "scripts": {
  4. "install": "bower install && git submodule init && git submodule update"
  5. }
  6.  
  7. { "foo" : "git+ssh://user@hostname:project.git#commit-ish",
  8. "bar" : "git+ssh://user@hostname/project.git#commit-ish"
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement