Is .git folder crossplatform?

git, linux, windows

Solution

Yes, it will be okay - I work like this myself - on two computers with Linux and Windows `.git` directory is synced by dropbox, and there are absolutely no problems at all :)

btw - `.hg` works equally well.

Problem

If the .git folder that was created using linux is copied to windows, will it work?

Original source