Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save WarrenTheRabbit/7b95a5b31ed072393df1fe6711c991f2 to your computer and use it in GitHub Desktop.
Save WarrenTheRabbit/7b95a5b31ed072393df1fe6711c991f2 to your computer and use it in GitHub Desktop.
Test that repository configured for collaborators
~# mkdir test_clone && cd test_clone
~/test_clone# git clone --recurse-submodules https://github.com/WarrenTheRabbit/TDD-with-Unity.git
Cloning into 'TDD-with-Unity'...
...
...
Submodule path 'Unity': checked out 'b4f65573f75564d4b5d33e1812a31946191620d1'
~/test_clone# find -name unity.c -o -name unity.h -o -name unity_internals.h | wc -l
3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment