diff options
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..16f68a0 --- /dev/null +++ b/Readme.md @@ -0,0 +1,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 +``` |