From 00f8fd8a71ad956dda0e90a42f947f1f805585dc Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 17 Sep 2023 14:34:50 +0200 Subject: inital commit --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Readme.md (limited to 'Readme.md') 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 +``` -- cgit v1.2.3