I want a simple way to back up my git repos, so I'm considering git bundle
.
I am presently unable to confirm that I can recover the full content of a bundled branch(es) relying on a *.bundle
file. I'm confused, because I notice talk about "deltas" being saved, maybe not other content.
Can someone please confirm that git bundle
is a suitable approach for backing up projects, that is, no work will be lost.
Thanks,
G