1.0.0 • Published 8 years ago

drit v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

Git on Dropbox

This module is tool for git on dropbox.This is OSX only.

Install

You must be install Dropbox-OSX

npm i -g drit

Init git directory in dropbox

drit init
# mkdir $HOME/Dropbox/Git

Create repo in dropbox

In git project dir

drit create
# git init --bare  $HOME/Dropbox/Git/MyProject.git
# git remote add drit $HOME/Dropbox/Git/MyProject.git
git push drit master

List drit repos

drit ls
>> MyProject
>> MyProject2

Clone drit repo

drit clone MyProject Project
# git clone $HOME/Dropbox/Git/MyProject.git Project

License

The MIT License

Author

@takashi_end0u