Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tueda/git-onedrive

Git repositories on OneDrive accessed from WSL.
https://github.com/tueda/git-onedrive

git onedrive wsl

Last synced: about 1 month ago
JSON representation

Git repositories on OneDrive accessed from WSL.

Awesome Lists containing this project

README

        

# git-onedrive

Manage Git repositories on OneDrive from WSL.

```
usage: git onedrive add [=origin]
or: git onedrive clone [=]
or: git onedrive list
commands:
add [=origin]
Create on OneDrive if it does not exist, and add it as a remote
named .
clone [=]
Clone a repository on OneDrive into a newly created directory
.
list
List repositories on OneDrive.
environment variable:
GIT_ONEDRIVE_ROOT
The path to the root directory to store the repositories on OneDrive.
```

Use at your own risk: incomplete synchronization may destroy your repositories.