Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tueda/git-onedrive
- Owner: tueda
- License: mit
- Created: 2024-01-09T11:04:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T03:34:42.000Z (8 months ago)
- Last Synced: 2024-05-15T20:38:55.657Z (8 months ago)
- Topics: git, onedrive, wsl
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.