I'm learning Git and my very first task is to navigate to a directory where my project will live. Unfortunately, my primary folder for my documents has the following form - folder1 -
for sorting purposes, and each time I enter;
cd - folder1 -
I receive the error;
bash: cd: too many arguments
After searching for a solution I have tried;
cd -- folder1 -
cd ./- folder1 -
cd .- folder1 -
cd /- folder1 -
and even changing the directory to the parent directory and trying a longer path but this doesn't work either
cd ..
cd parent/- folder1 -