Moving Git Projects between computers

Posted by 01 on Stack Overflow See other posts from Stack Overflow or by 01
Published on 2010-04-26T11:28:46Z Indexed on 2010/04/26 11:53 UTC
Read the original article Hit count: 296

Filed under:
|
|
|

I have a project that i use at two places(i dont use git server).

When i copy the project at second place i have to check-in all the files(but they have not changed), git shows me for example


@@ -1,8 +1,8 @@
-#Sat Mar 06 19:39:27 CET 2010
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
-org.eclipse.jdt.core.compiler.compliance=1.6
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.6
+#Sat Mar 06 19:39:27 CET 2010

+eclipse.preferences.version=1

+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled

+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6

+org.eclipse.jdt.core.compiler.compliance=1.6

+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error

+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error

+org.eclipse.jdt.core.compiler.source=1.6

i did at both places the command git config --global core.autocrlf false but it doesnt help with this problem

© Stack Overflow or respective owner

Related posts about git

Related posts about msysgit