Kubunutu/Windows 7 dual-boot and git

Posted by Andu on Stack Overflow See other posts from Stack Overflow or by Andu
Published on 2009-10-27T12:52:16Z Indexed on 2010/03/20 21:31 UTC
Read the original article Hit count: 330

Filed under:
|
|
|

I've been using Kubuntu and Windows 7 on my laptop for some time. Recently I also started using git to keep track of a project I'm working on. At first I thought I'd use the same git repo for editing from both Kubuntu and Win, but I soon discovered that committing changes on Win would make git on Kubuntu think all the files have changed since the last commit, although the change doesn't seem to be content related. The exactly same thing happens if I do a commit on Kubuntu and right after that do a git status on Win.

I know I could use different repos for Kubuntu and Win and just merge them together when I'm done, but if anyone knows how I could use the same repo I would really appreciate the help.

© Stack Overflow or respective owner

Related posts about git

Related posts about dual-boot