Is it possible to bundle a repository using JGit?
I'm trying to do the equivalent of this git command:
git --git-dir=path/to/my/local/repo bundle create path/to/backup.bundle --all
Is it possible to bundle a repository using JGit?
I'm trying to do the equivalent of this git command:
git --git-dir=path/to/my/local/repo bundle create path/to/backup.bundle --all
Copyright © 2021 Jogjafile Inc.
Looking at the documentation, I'd say yes:
Here's an (untested) example: