-
@ EXADIO
2025-05-03 01:50:401. 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
1. 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