Minimal ‘git clone’ exercise fails. Why?
I am a git newbie and I am attempting a minimal clone experiment on my personal hard drive. I am on Windows 11, using Git Bash. I have set up a batch file called ‘setup.bat’. The code of this batch file is shown below: echo “Minimal git clone exercise.” rm -r -d -f toy_repo the_clone … Read more