We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c2f89 commit 2be7970Copy full SHA for 2be7970
.devcontainer/postAttach.sh
@@ -1,4 +1,5 @@
1
#!/usr/bin/env bash
2
set -eu
3
4
+git config --global --add safe.directory /home/calitp/app
5
pre-commit install --install-hooks
0 commit comments