Skip to content

Commit

Permalink
Submodule; init, force update, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
modius committed Jul 20, 2015
1 parent 17cedcc commit ad40a65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hooks/post_checkout
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#!/bin/sh
git --version
echo "Init submodule "
git submodule init
echo "Update submodule "
git submodule update --force
echo "Submodule status "
git submodule status

0 comments on commit ad40a65

Please sign in to comment.