mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
5 lines
156 B
Bash
5 lines
156 B
Bash
|
|
#!/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
|