My git bash was working fine. But, one day it started showing error messages for everything like 'pwd' command and 'cd' command. This is the error message I'm getting,
git: 'pwd' is not a git command. See 'git --help'.
Any idea why this is happening?
PWD is not a git command you should not use it this way git pwd
pwd is a shell command that returns working directory name.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With