#1190·devpod

Reference local folder for --dotfiles option

Author: jchirschyCreated Jul 27, 2024Updated Sep 8, 2026
Labelsstalekind-enhancement

When doing devpod up --dotfiles It seems that referencing a local git folder either by : /absolutpath/to/folder or file:///absolutepath/to/folder is actually using https:///absolutpath/to/folderor https://file:///absolutepath/to/folder(using --debug flag). Did I miss something or it is possible to add this feature ? Thanks for you help