Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # if your submodule has submodules
  2. git submodule update --init --recursive
  3.  
  4.  
  5. # if you just want to update each of your 1st level submodules to the latest commit on master
  6. git submodule foreach git pull origin master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement