Backup Gitub Wiki - shaysalomon12/Data-Engineer GitHub Wiki

  1. Copy the link that apperas in the bottom right corner of the main Wiki page:

image

  1. Open cmd and type:
rem Go to the folder that will store the wiki backup
cd C:\jupyter_Notebook\github_backup

rem Delete existing folder or rename it
rmdir /s Data-Engineer.wiki

rem Create a local backup into directory 'Data-Engineer.wiki'
git clone https://github.com/shaysalomon12/Data-Engineer.wiki.git

It will create a local backup of Wiki pages from the link above.