Skip to content

tkshi/drit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

@etkshi

About

Tool for git on dropbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published