Showing posts with label dropbox. Show all posts
Showing posts with label dropbox. Show all posts
Sunday, October 20, 2013
Tuesday, March 1, 2011
Dropbox as a git repo
In your Dropbox folder
In your project
more on this topic, using-gitdropbox-together-effectively or How to use Dropbox as a git repository
mkdir Repositories
cd Repositories
mkdir myNewProject.git
cd myNewProject.git
git init --bare
In your project
cd ~/workspace/MyNewProject
git remote add origin ~/Dropbox/Repositories/myNewProject.git
git push origin master
more on this topic, using-gitdropbox-together-effectively or How to use Dropbox as a git repository
Subscribe to:
Posts (Atom)