I've installed ChefDK on my machine (windows 7). I needed to use the embedded ruby as my system ruby, so I came across this command:
echo 'eval "$(chef shell-init bash)"' >> ~/.bash_profile
I ran this. It seems to have updated my system ruby to ChefDK's ruby. But now, Git bash isn't working. Any command I run I get the response: bash: git: command not found
Is there some change I need to make in my environment variables to fix this?