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 StefanBodewig: https://wiki.apache.org/commons/UsingGIT?action=diff&rev1=19&rev2=20 Comment: typo Much like for svn based you can download a git patch file by appending ".patch" to the URI of the pull request, e.g. https://github.com/apache/commons-foo/pull/72.patch - Inside the working copy of your commons component check out the master branch and apply the patch using "git am", this will preserve the original infoamtion of the original commits. + Inside the working copy of your commons component check out the master branch and apply the patch using "git am", this will preserve the original information of the original commits. {{{ $ git checkout master --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org