Skip to content

Instantly share code, notes, and snippets.

@sugendran
Created February 8, 2013 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sugendran/4739011 to your computer and use it in GitHub Desktop.
Save sugendran/4739011 to your computer and use it in GitHub Desktop.
Create a git remote in your dropbox folder
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