How To Backup Code?
- Download & Extract Code Backup.zip
- Open Terminal and go to Code Backup folder
- Execute following command
node backup.js
- This will create a folder and backup all code/data.
- To add new git repository, open all_code.json file and add following key:value.
"REPO":"https://USERNAME:PASSWORD@github.com/GIT_REPO"
0 Comments