Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once you have cloned the Apache Git repository, add the GitHub mirror as a new remote reference:

Code Block
languagebash
git remote add github https://github.com/apache/incubator-fineract.git # for web thesite websitechanges, replace incubator-fineract.git with incubator-fineract-site.git
git remote add github https://github.com/apache/incubator-fineract.git
Tip

You can use git remote -v to list all available remote repositories.

...