Add a script for updating submodules, make README nicer
This commit is contained in:
4
submodule-checkout-masters-and-update.sh
Executable file
4
submodule-checkout-masters-and-update.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#! /bin/sh
|
||||
git submodule update --recursive --remote --init
|
||||
git submodule -q foreach 'git checkout -q master && git pull'
|
||||
git status
|
Reference in New Issue
Block a user