diff options
| author | Anil Khatri <27620628+imkaka@users.noreply.github.com> | 2019-10-23 23:37:43 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-23 23:37:43 +0530 |
| commit | abb18968516c6c3c9e1d736bfe6f435392b3d3af (patch) | |
| tree | 46b45bc52901f0f52526f9573f06b2fc0f777231 /init-tests-after-clone.sh | |
| parent | 284f89d768080cb86e0d986bfa1dd503cfe6b682 (diff) | |
| parent | dfa0eac1578bff14a8f7fa00bfc3c57aba24f877 (diff) | |
| download | GitPython-abb18968516c6c3c9e1d736bfe6f435392b3d3af.tar.gz GitPython-abb18968516c6c3c9e1d736bfe6f435392b3d3af.zip | |
Merge branch 'master' into fix/deepsource-issues
Diffstat (limited to 'init-tests-after-clone.sh')
| -rwxr-xr-x | init-tests-after-clone.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init-tests-after-clone.sh b/init-tests-after-clone.sh index 0d445891..e852f3cd 100755 --- a/init-tests-after-clone.sh +++ b/init-tests-after-clone.sh @@ -12,4 +12,5 @@ git checkout master || git checkout -b master git reset --hard HEAD~1 git reset --hard HEAD~1 git reset --hard HEAD~1 -git reset --hard __testing_point__
\ No newline at end of file +git reset --hard __testing_point__ +git submodule update --init --recursive
\ No newline at end of file |
