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 2015/01/07 22:35:49 UTC

[Commons Wiki] Update of "UsingGIT" by ThomasNeidhart

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 ThomasNeidhart:
https://wiki.apache.org/commons/UsingGIT?action=diff&rev1=10&rev2=11

  }}}
  
  
- The first setting forces Git to only strip accidental CR/LF when committing into the repository, but never when cheking
+ The first setting forces Git to only strip accidental CR/LF when committing into the repository, but never when checking
  out files from the repository. The second setting forces Git to convert CR/LF line endings in the workspace while maintaining
  LF only line endings in the repository.
  
@@ -134, +134 @@

     `git diff` (shows only unstaged changes, `git diff --cached` shows prepared commit)
  
   * `svn add`
-    `svn add` -- used to stage for commit
+    `git add` -- used to stage for commit
  
   * `svn update`
     `git pull`

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