Advertisement
danielpilon

Untitled

May 30th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. # git checkout master all submodules
  2. git submodule foreach git checkout origin master
  3.  
  4. # git pull all submodules
  5. git submodule foreach git pull
  6.  
  7. # git fetch all submodules
  8. git submodule foreach git fetch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement