Skip to content

Instantly share code, notes, and snippets.

@fvztdk
Created September 16, 2015 14:56
Show Gist options
  • Save fvztdk/35e6f0a1454e68ee02a2 to your computer and use it in GitHub Desktop.
Save fvztdk/35e6f0a1454e68ee02a2 to your computer and use it in GitHub Desktop.
Git submodule update
//mode1
git submodule foreach --recursive git pull origin master
//mode2
git submodule update --recursive
//depending on the aligment of the planets, sometimes mode1 or mode2 works, sometimes none of them
@andrelugomes
Copy link

//depending on the aligment of the planets...... Huahuahuahauhauahauhauahauhaauhauahauahau

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment