git to any cloud service offers dir sync (using git offline)

Costas

Administrator
Staff member
https://www.permikkelsen.dk/how-to-host-your-git-repository-on-onedrive.html (mirror)
https://gist.github.com/gpsarkar/2b82fb69a0e58c3c76badf58ff800e59

on a new folder
JavaScript:
git init –-bare

//or

git init
git config --bool core.bare true

make sure the .git\config file created and has the property bare = true

Now you can clone this repo (using full dir path), do commit & push as usual...



if you dont want to install the official creepy apps, for upload, you can use the free rclone, https://rclone.org/docs/



as for MAC the product EasyGit doing (under the hood)
https://easygit.app/

#dropbox #onedrive #box #bare
 
Top