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-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to