blob: 16f68a004aa539fd7694d05d90fe08651ad069e9 (
plain)
1
2
3
4
5
6
7
8
|
Can be set up with any directory containing git repositories.
For example with a mounted cifs directory:
**/etc/fstab**
```
//REMOTE_DOMAIN/REMOTE_PATH /LOCAL_PATH cifs credentials=CREDENTIALS_FILE,file_mode=0777,dir_mode=0777,uid=USER,gid=GROUP,nofail 0 0
```
|