We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2054887 commit 036150cCopy full SHA for 036150c
CONTRIBUTING.md
@@ -42,8 +42,10 @@ Following that we'll tell you about how you can test your changes locally and th
42
43
# Create a new branch based off the development one
44
git checkout -b my_new_branch development
45
-
46
- git submodule udate --init --recursive # If you missed the --recurse-submodules arg
+
+ # If you missed the --recurse-submodules arg during clone or need to install the
47
+ # submodule manually, then execute the following line:
48
+ # git submodule udate --init --recursive
49
50
# ... Alternatively, if you would prefer a more manual method
51
# Show all the available branches with a * beside your current one
0 commit comments