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=2&rev2=3

  computer and making it available to other people who see only public remote 
computers. The first action is called ''commit'',
  and it is therefore completely different from a subversion commit. The second 
action is called ''push''. The equivalent
  to svn commit is therefore a pair of two commands, git commit followed by git 
push. It is possible to perform several
- git commit without doing any git push, which is impossible to do with 
subversion.
+ git commits without doing any git push, which is impossible to do with 
subversion.
  
   * svn checkout <repo-url>
     git clone http://git-wip-us.apache.org/repos/asf/commons-math.git
@@ -69, +69 @@

   * svn commit
     git commit, followed by git push
  
+  * svn status
+    git status
+ 
+  * svn revert ''path''
+    git checkout ''path''
+ 

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

Reply via email to