Last active
March 27, 2017 15:17
-
-
Save wutupake/5204104 to your computer and use it in GitHub Desktop.
TERMINAL: Git repository on Dropbox (you can use Sugarsync, Box.net, ...)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Init Git on your Dropbox folder (es: "index.git" is the name of the repo) | |
git init --bare index.git | |
// Add origin repository on your project folder | |
git remote add origin file:///Path/to/your/Dropbox/folder/index.git/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment