Reputation: 3291
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
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