task #9376
git checkout of datportal module fails with locally modified files
Start date:
01/11/2021
Due date:
% Done:
0%
Audience:
Description
locally modified files prevent from updating the local git clone to the required version of the dataportal module.
Solution: use git fetch, git reset --hard ${treeish}
instead of checkout