Guest User

Untitled

a guest
Dec 17th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # In local main repo
  2. git submodule add <URL for a submodule repo>
  3. git commit -m 'add a submodule'
  4. git push
  5.  
  6. git submodule add --prefix=submodule1 <URL for sub repo> master
  7. git push
Add Comment
Please, Sign In to add comment