Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cd {submodule path} git reset --hard origin/master cd - git clean -n git add {submodule path} git commit git submodule update --init --recursive
- Loading branch information