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 f5f0634 commit 82bad87Copy full SHA for 82bad87
justfile
@@ -133,7 +133,7 @@ sub:
133
@echo "To add a submodule:"
134
@echo "git submodule add https://github.com/username/repo.git path/to/submodule"
135
@echo "Updating all submodules..."
136
- git submodule update --init --recursive && git pull --recurse-submodules -j8
+ git submodule update --init --recursive && git pull --recurse-submodules -j$(nproc)
137
138
# [git] update pre-commit hooks
139
pre-commit:
0 commit comments