Git Question | cmd or ming busg?

Can I use cmd when ı already installed git version 2.26 ?
Cmd looks black and clean. When I enter
git --version
it returns the version. Does it mean I can use the cmd instead of bush?

If you installed git globally using the -g when installing, yes you can use the Command Prompt for git.

what do you mean globally? I was watchıng youtube tutorial. And they just want you to go to gitforwindows.org hit download then next few times

That means you installed it globally then, because git has an option to only install itself inside a specific directory causing you can only use it there. But I don’t really understand, git bash is basically using the Windows 10 CMD.