CTFd / ctfcli

ctfcli is a tool to manage Capture The Flag events and challenges
https://ctfd.io/
Apache License 2.0
165 stars 67 forks source link

add support for git subrepo #150

Closed MilyMilo closed 2 months ago

MilyMilo commented 2 months ago

Add support for using git subrepo instead of subtree to manage git-based challenges.

This seems to work well from preliminary testing, reducing the number of conflicts when pushing and pulling, and also making them easier to abort / reset.