I'm doing a backup script for all my github repositories.
I'm using git bundle create to create a single file of my repos.
Do I need to run git fetch/pull before git bundle create ? If yes, which one: fetch or pull ?
I don't understand the man:
This command provides support for git fetch and git pull to operate by packaging objects and references in an archive at the originating machine
Thanks