GitHub
gist
Simply put, GitHub Gist is a "Snippet" repository provided by GitHub.Gist is like a bookmark dedicated to recording and sharing a single file, snippet or gadget configuration.
# The specified version (one version of each modification)
https://gist.githubusercontent.com/username/GistID/raw/version / version of filename
# version
https://gist.githubusercontent.com/username/gistID/raw/filename
The just updated content will have a CDN cache delay (GitHub content cache refreshed at about 5 minutes.However, in some extreme cases or in particular areas, there may be longer delays.) If you need to take effect immediately, you can add a random argument (Cache Buster) after the URL to deceive the cache, eg::
https://gist.githubusercontent.com/../raw/config.yaml?v=20260416