git clean command in bash file
When I run the command below in bash file, I see weird outputs while I can run it perfectly if I go to the project path and execute
What is the problem? appreciated
What is the problem? appreciated
$(sudo git -C $PROJECT clean -fd)