2. Creating Snapshots - 2. Initializing Repository - command open

I am using Windows 10 OS for this course.
After create repository with git init command, I wanted to open this empty repository, like Mosh did. Mosh use macOS and if I understand him correctly when he types: open.git he runs Finder which load directory .git.

When I try this command on WinOS, terminal (GitBASH) doesn’t react, is this default behaviour or we have to go and physically with File Explorer open hidden directory (folder) .git ?

Tnx.
Sv

explorer .git should do the same on Windows but usually it’s not necessary to do anything in the .git directory unless you are really knowing what you are doing.

1 Like

Tnx. SAM I tried with your suggestion and it works.

@Slavimir You can use `start .git also