This command downloads a Git bundle, then clones it locally.
curl -L -o gitingest.bundle https://nor-git.pages.dev/gitingest/gitingest.bundle && git clone gitingest.bundle gitingest && rm gitingest.bundle