jjLin
jjLin

Reputation: 3291

After cloning from Github, where is the repo's .git folder?

I try this:

git clone https://github.com/red23jordan/try_git.git

After that, the try_git folder is downloaded to my PC.
But why there is no .git folder??
I want to go back to previous version, how to go back?

Please help

Upvotes: 0

Views: 79

Answers (1)

Nevik Rehnel
Nevik Rehnel

Reputation: 51945

The .git folder is inside the try_git folder; depending on the settings of your file manager and operating system, it might be hidden (in that case, you'll have to find the option to enabled "Display hidden files", or similar)

Upvotes: 3

Related Questions