We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d38c4 commit e9eae1fCopy full SHA for e9eae1f
.devcontainer/postAttach.sh
@@ -1,6 +1,8 @@
1
#!/usr/bin/env bash
2
set -eu
3
4
+git config --global --add safe.directory /home/compiler/site
5
+
6
# initialize hook environments
7
pre-commit install --install-hooks --overwrite
8
0 commit comments