hello folks , I just started to learn git ... so i'm using git bundles to save a backup of the local repository with :
git bundle create ./backup/thisRepoBackup --all
but when i try to restore it with : git clone thisRepoBackup and visualise commits with commits-graph gitlens ask to extend to gitlens+
could you add this feature to gitlens free ? otherwise how can i take a snapshot of the current repository to restore it later ?