Created
February 8, 2013 13:20
-
-
Save sugendran/4739011 to your computer and use it in GitHub Desktop.
Create a git remote in your dropbox folder
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
cd ~/Dropbox | |
mkdir -p git/proj1 | |
cd git/proj1 | |
git init --bare |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment