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 00:26:41 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=1&rev2=2

Comment:
Added link to http://git.or.cz/course/svn.html

  cloned repository must be ''pushed'' back to a public repository.
  
  At Apache, the policy is that the official reference is the one hold by Apache servers (for example http://git-wip-us.apache.org/repos/asf/commons-math.git).
- Therefore, all users who want to get the latest version known this is were they should point at to retrieve it,
+ Therefore, all users who want to get the latest version know this is were they should point at to retrieve it,
  and developers who have commit access must push their modifications back to this repository for official publication.
  
  Distributed version control allow some additional features.
@@ -44, +44 @@

  There are numerous references available online for Git. The first one is the official [http://git-scm.com/book/en/ Pro Git book].
  An Apache specific page is [https://git-wip-us.apache.org/ here]
  There is also a wiki at kernel.org: [https://git.wiki.kernel.org/ Git Wiki Homepage]
+ Also a quick tutorial on [http://git.or.cz/course/svn.html Git for SVN users]
  
  = Comparison with subversion commands =
  

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