AmanSahota
AmanSahota

Reputation: 33

How to move local git repo from Windows 7 to Mac OSX

I have a drupal website running on my Windows 7 machine using WAMP, and want to migrate over to my Mac which uses MAMP. I have a dummy drupal site working on my MAC which was just for testing purposes.

Is it possible to move my local git repo from my windows machine in the WAMP folder on to a HDD, and then copy that into my MAMP htdocs folder?

Just saves doing a git clone, and setting everything up again in the settings.php file etc

Any help would be great!

Upvotes: 0

Views: 1130

Answers (1)

Mahabub Islam Prio
Mahabub Islam Prio

Reputation: 1085

Yes. You can do it. You just have to copy the folder with .git hidden folder in it.

Upvotes: 2

Related Questions