-
@ EXADIO
2025-05-05 12:55:461. Create
bash git bundle create backup.bundle --all
2. Verify
bash git bundle verify backup.bundle
3. Restore
bash git clone backup.bundle
ℹ️ Feel free to change the
backup.bundle
file name
bash
git bundle create backup.bundle --all
bash
git bundle verify backup.bundle
bash
git clone backup.bundle
ℹ️ Feel free to change the backup.bundle
file name