I know that in project x you can do git init
but what about creating a place to push too locally? So for example I use drop box and I want to create a git repo there that I can do git push drop-box
I did: git init --bare
in the drop box folder and then tried doing:
git add remote origin "/Users/Adam/Documents/rpg maker/the-child-and-the-poet-repo/"
fatal: /Users/Adam/Documents/rpg maker/the-child-and-the-poet-repo/: '/Users/Adam/Documents/rpg maker/the-child-and-the-poet-repo/' is outside repository
But as you can see this didn't work. Ideas?