mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-07 02:16:06 -05:00
[GH-ISSUE #705] build and reclone erases directory #3524
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jlssmt on GitHub (Aug 2, 2025).
Original GitHub issue: https://github.com/moghtech/komodo/issues/705
Hello,
I recently found out that
repo > buildandrepo > reclonewipes out the entire working directory.Of course you might know this if you're familiar with git, but it should be made more clear in the UI and actively approved.
This is very dangerous if your docker volumes are located as folders inside this directory.
Quick clicking hands led to a restore of my backup ;-)