sanjar-notes / swe-tools

Software engineering culture and tools
0 stars 0 forks source link

Clone GitHub Wiki as a git repo #23

Open sanjarcode opened 7 months ago

sanjarcode commented 7 months ago

How to - https://stackoverflow.com/questions/15080848/how-do-i-clone-a-github-wiki

Important because:

  1. Can edit in the editor - copy paste code from app code into repo, without the browser. Linting, all editor features.
  2. Search documentation in IDE itself - faster than wiki UI in GitHub web, regex search.
  3. Knowledge gathering and search locally, without need to go browser. grep searches etc, better than GitHub search for now ig (Nov 2023). Set up cron to git pull periodically