Skip to content

a simple script to create a new git project and initialize a git repo on your Dropbox folder.

Notifications You must be signed in to change notification settings

eddinho/gitdropbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

gitdropbox

The script creates a new git project in ~/"new project" and initializes a git repo on your Dropbox folder (~/Dropbox/Git/"new project").

Installation

mkdir ~/dev

cd ~/dev

git clone https://github.com/eddinho/gitdropbox.git

sudo cp ~/dev/gitdropbox/gitdropbox /usr/local/bin/

sudo chmod +x /usr/local/bin/gitdropbox

Usage

gitdropbox newProject

About

a simple script to create a new git project and initialize a git repo on your Dropbox folder.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages