Hello fellow developers,
I have downloaded and installed git for Windows 10 64-bit from Git - Downloads (git-scm.com) but some commands like cp or grep do not work. Does anyone have an idea why and how I can work around this?
Is there a Windows equivalent of cp -r .gitignore $(ls -1A | grep -v .git) ../cpapp that will work in git BASH for Windows?
Thank you.
Best Regards,
Leila