git submodule init and git submodule update must be run from the
root of the git working directory (e.g. folder with .git) with git version 1.7.9.5, which is default on Ubuntu 12.04.
Issue cannot be reproduced with git 1.9.1 (default on Ubuntu 14.04), because the new version of git is smart enough to find the root of the working directory.
git submodule init and git submodule update must be run from the root of the git working directory (e.g. folder with .git) with git version 1.7.9.5, which is default on Ubuntu 12.04.
Issue cannot be reproduced with git 1.9.1 (default on Ubuntu 14.04), because the new version of git is smart enough to find the root of the working directory.
@jvarley @mateiciocarlie