mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
chore: enhance devcontainer setup with command history and GPG signing scripts
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
if [ -f .git/signing.pub ]; then
|
||||
gpg --import .git/signing.pub
|
||||
fi
|
||||
Reference in New Issue
Block a user