Is there a #git command to create a single file backup of an entire repository? Say I'm self-hosted and I want to back up offsite now and then. In #fossilscm the repo is already a single file so it's trivial.
@mocom git has an archive command. See https://git-scm.com/docs/git-archive
Git - git-archive Documentation