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 7d6e5e1 commit 48ec0aaCopy full SHA for 48ec0aa
.devcontainer/installMoreTools.sh
@@ -8,4 +8,4 @@ export LLVM_VERSION=14
8
curl -sL https://apt.llvm.org/llvm.sh | sudo bash -s "$LLVM_VERSION"
9
10
# Configure Git client to sign commits by default
11
-git config commit.gpgsign true
+git config --set commit.gpgsign true
0 commit comments