Guest User

Untitled

a guest
Aug 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. How do I update submodule?
  2. [submodule "RestKit"]
  3. path = RestKit
  4. url = git://github.com/RestKit/RestKit.git
  5. [submodule "restkit"]
  6. path = restkit
  7. url = git://github.com/RestKit/RestKit.git`enter code here`
  8.  
  9. git submodule foreach
  10. git pull origin master
Add Comment
Please, Sign In to add comment