You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Wiki <wi...@apache.org> on 2018/01/10 12:09:20 UTC

[Commons Wiki] Update of "UsingGIT" by sebbapache

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.

The "UsingGIT" page has been changed by sebbapache:
https://wiki.apache.org/commons/UsingGIT?action=diff&rev1=20&rev2=21

Comment:
How to fix EOL in working copy

  
  If there haven't been any merge conflicts you can simply push the result. Otherwise you've got to resolve the conflict and commit the result of the merge before pushing.
  
+ == Fixing line endings in working copy ==
+ 
+ Ensure that .gitattributes is set up correctly.
+ 
+ If your version of git honors it you can apply the attributes to your existing
+ working copy by pulling, removing .git/index and then running "git reset
+ --hard"
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org