Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: gitbox migration

...

In additional to contributors configuration, committers need to have one more remote reoi - for working with Apache Git repo. It can be added like this:

To push any branch at Apache repo use

...

Info
titleClone the repo
git clone https://git-wip-usgitbox.apache.org/repos/asf/ignite.git 

We use git as our version control system. To streamline the process of giving proper credit to the contributors when committing patches, we encourage contributors to submit patches generated using "git format-patch" command. This has many benefits:

...