Merge pull request #40068 from nextcloud/devcontainer-fix-git-config
[Devcontainer] move git setup to postStartCommandpull/40927/head
commit
ca946e7e27
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Set git safe.directory
|
||||
git config --global --add safe.directory /var/www/html
|
||||
git config --global --add safe.directory /var/www/html/3rdparty
|
||||
Loading…
Reference in New Issue