Versions Compared

Key

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

...

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

# if you see a reference to incubator-fineract.git in documentation, that is a deprecated repo. Do not use. 


Tip

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

...