You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Committer pre-requisites

  1. Have a github account.
  2. Activate 2FA
  3. Generate and save an access token containing at least the permission repo:public_repo (https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/)
  4. Link your github account to your Apache account (https://gitbox.apache.org/setup/)

Creating a Fineract CN repository

  1. Create the new repo via Apache https://gitbox.apache.org/setup/newrepo.html
    1. Choose project name that begins with "cn".  "fineract" will be automatically prepended.
    2. Set all notifications to be sent to commits@fineract.apache.org.
  2. In the repository that you wish to upload call: git remote add apache https://github.com/apache/fineract-cn-<project-name>.git
  3. Call: git push -u apache develop

Committing to a Fineract CN repository

Work with it like a normal GitHub repository.

  • No labels