How to update symlinks? #150
Replies: 1 comment 1 reply
-
Hi @thorstenwagner! Sorry for the late response; I was away on vacation for a while. You have correctly identified the (currently) recommended way to handle this situation: Delete the old directory/files before checkout. I realize this is not ideal or streamlined, though. I would like to improve this scenario by adding a I purposefully did not make Thanks again for your question! I'm going to create an issue from this discussion, as I think Issue created: #154 |
Beta Was this translation helpful? Give feedback.
-
Hi,
dud ins wonderful. Thank you for that!
One question:
Assume I've a checked out stage with file
set/a1.txt
andset/a2.txt
I set a git tag "1and2" for that version.
Now I add
set/a3.txt
and commit+push viadud
. And also commit&push viagit
.Next I checkout the "1and2" tag via
git
and want to update the symlinks.I did
dud fetch
&dud checkout
but thea3.txt
file still exists. I had to delete the set folder and dodud fetch
&dud checkout
to get it updated. Probably there is a smarter way?Beta Was this translation helpful? Give feedback.
All reactions