Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. mkdir test
  2. cd test
  3. git init
  4. git submodule add git://github.com/robrighter/node-xml.git
  5. cd node-xml/
  6. git submodule add git://github.com/robrighter/node-xml.git
  7. git commit -a -m 'add node-xml submodule'
  8. cd ..
  9. git commit -a -m 'add node-xml submodule'
  10. git status
  11. touch node-xml/node-xml/junk
  12. git status
  13. git status --ignore-submodules=untracked
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement