git2consul
git2consul copied to clipboard
Switching branches is leaving remnants of previous branch in K/V
In the docs it says git2consul will if "files have been added, updated, or deleted and replicates those changes to the KV" but this does not see to apply to "folders":
Here is our scenario:
- Running on "master" branch with folders named "x", "y".
- Switch to branch "feature" which added a folder named "z".
- Switch back to branch "master"
- Now we have folders "x", "y", and "z" in the K/V.
I would expect the k/v to mirror the current branch, but maybe I am missing something.