Trouble with Git Bash and Angular CLI

I’m using windows 10. I’ve installed the latest version of Node and Angular CLI.

Problem: When I enter ng new <app-name> in the terminal I don’t get the prompts for routing, styles etc. However when I use the same command in Visual Studio Code, I get it. I used Git Bash terminal in both cases.

I don’t know why its behaving this way. How to fix this?

I’ve attached screenshots of terminal comparing results when ng --version is typed in Visual Studio Code and when bash opened from desktop.