[–] g2e 13y ago ↗ What's the difference between this and just running git init in a Dropbox folder? [–] antipax 13y ago ↗ This creates a remote (in this case just another directory on your local machine) and you have to push to it, rather than your commits and changes instantly being synced to dropbox [–] vskr 13y ago ↗ ^^ Exactly. [–] g2e 13y ago ↗ Sorry but what would be the URL you push to? [–] vskr 13y ago ↗ Script should generate the URL/URI. it is basically location of your backup in dropbox folder.You can find out the url by doing the following 1. Go to root dir (top dir) of project you are backing up 2. run following command 'git remote -v'It should show you the location where you are going to push to
[–] antipax 13y ago ↗ This creates a remote (in this case just another directory on your local machine) and you have to push to it, rather than your commits and changes instantly being synced to dropbox [–] vskr 13y ago ↗ ^^ Exactly. [–] g2e 13y ago ↗ Sorry but what would be the URL you push to? [–] vskr 13y ago ↗ Script should generate the URL/URI. it is basically location of your backup in dropbox folder.You can find out the url by doing the following 1. Go to root dir (top dir) of project you are backing up 2. run following command 'git remote -v'It should show you the location where you are going to push to
[–] vskr 13y ago ↗ ^^ Exactly. [–] g2e 13y ago ↗ Sorry but what would be the URL you push to? [–] vskr 13y ago ↗ Script should generate the URL/URI. it is basically location of your backup in dropbox folder.You can find out the url by doing the following 1. Go to root dir (top dir) of project you are backing up 2. run following command 'git remote -v'It should show you the location where you are going to push to
[–] g2e 13y ago ↗ Sorry but what would be the URL you push to? [–] vskr 13y ago ↗ Script should generate the URL/URI. it is basically location of your backup in dropbox folder.You can find out the url by doing the following 1. Go to root dir (top dir) of project you are backing up 2. run following command 'git remote -v'It should show you the location where you are going to push to
[–] vskr 13y ago ↗ Script should generate the URL/URI. it is basically location of your backup in dropbox folder.You can find out the url by doing the following 1. Go to root dir (top dir) of project you are backing up 2. run following command 'git remote -v'It should show you the location where you are going to push to
5 comments
[ 4.5 ms ] story [ 20.6 ms ] threadYou can find out the url by doing the following 1. Go to root dir (top dir) of project you are backing up 2. run following command 'git remote -v'
It should show you the location where you are going to push to