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

Reply via email to