You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes (most ?) you need template to start a project but later, you may need other files from another bluprint. Can I use a bluprint in my working dir if it is not empty ? if it already used another bluprint previously ?
In those cases, how does it handle conflict if a downloaded file already exists in the working dir ? Is there an option to skip it, overwrite, merge ? I don’t want my readme file be overwritten for instance.
Does "action": "remove" run before copying the files in the working dir or after ?
The text was updated successfully, but these errors were encountered:
Hi,
Sometimes (most ?) you need template to start a project but later, you may need other files from another bluprint. Can I use a bluprint in my working dir if it is not empty ? if it already used another bluprint previously ?
In those cases, how does it handle conflict if a downloaded file already exists in the working dir ? Is there an option to skip it, overwrite, merge ? I don’t want my readme file be overwritten for instance.
Does
"action": "remove"
run before copying the files in the working dir or after ?The text was updated successfully, but these errors were encountered: