Advertisement
Guest User

Untitled

a guest
Mar 4th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. git remote add base path/to/rbase
  2. git fetch base
  3.  
  4. git push base local-branch-with-base-changes:master
  5.  
  6. git submodule add path/to/rbase path/inside/derived/to/clone/base
  7. git submodule update
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement