Advertisement
Eugene

Untitled

Dec 15th, 2012
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. $ git submodule add /path/to/dir/with/another/repo test
  2. fatal: You are on a branch yet to be born
  3. Unable to checkout submodule 'test'
  4.  
  5. Next time I called same
  6.  
  7. $ git submodule add /path/to/dir/with/another/repo test
  8. Adding existing repo at 'test' to the index
  9. warning: LF will be replaced by CRLF in .gitmodules.
  10. The file will have its original line endings in your working directory.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement