Skip to content
Sean Couch edited this page Dec 21, 2024 · 1 revision

Welcome to the cmse822.github.io wiki!

Useful for archiving repos:

gh repo list cmse822 --limit 200 --json name --jq '.[] | select(.name | test("^project-1-")) | .name' | while read repo; do
    gh repo archive -y cmse822/$repo
done

Clone this wiki locally