drit

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i drit

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • endotakashi1992
  • tkshi