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=9&rev2=10 Comment: Trivial typos can be created. Of course, for collaborative development, some policy has to be decided and modifications made by one user on its own 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 https://git-wip-us.apache.org/repos/asf/commons-math.git). + At Apache, the policy is that the official reference is the one held by Apache servers (for example https://git-wip-us.apache.org/repos/asf/commons-math.git). 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. @@ -60, +60 @@ line-ending conversion done between the Apache repository and your workspace. If you are using MacOSX or Linux, you should run: {{{ - git config --global core.autocrlf input` + git config --global core.autocrlf input }}} If you are using Windows, you should run: {{{ @@ -112, +112 @@ git config --local user.email apach...@apache.org }}} - = Comparison with subversion commands = + = Comparison with Subversion commands = One of the most important difference from a user point of view is that since there is always one ''local'' repository and one or several ''remote'' repositories, there is a distinction in git between saving some work only locally on a private --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org