diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-09-17 14:34:50 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-09-17 14:34:50 +0200 |
commit | 00f8fd8a71ad956dda0e90a42f947f1f805585dc (patch) | |
tree | c49d959f60cc4a57c34d62c2cab3cfde6046f82e /Readme.md |
inital commit
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 +``` |