Section 2 opening git with internet explorer in windows

I created a new repository but when i typle ls or ls -a or open .git It sends me ( ‘open’ is not recognized as an internal or external command,
operable program or batch file.) Can anyone please tell me what is the problem?

Mosh recommends to use Git Bash instead of cmd or PowerShell throughout the course. As you seem to be unfamiliar with the command line I recommend to follow that recommendation.

The respective commands in the windows shell are dir, dir /a and explorer .git.

1 Like

Thankyou so much. Highly Appreciated. :slight_smile:

Instead of open use “start”.

1 Like