Skip to content

Commit

Permalink
update readme file with branch Policy
Browse files Browse the repository at this point in the history
  • Loading branch information
kapmaurya committed Oct 30, 2024
1 parent 38db336 commit 2f0d876
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,30 +24,7 @@ Mifos boasts an active and vibrant contributor community, Please join us on [sla

### [How to Contribute](https://github.com/openMF/mobile-wallet/wiki/How-to-Contribute)

### Branch Policy


We have the following branches :

* **dev**
All the contributions should be pushed to this branch. If you're making a contribution,
you are supposed to make a pull request to _dev_.
Please make sure it passes a build check on Travis.

It is advisable to clone only the development branch using the following command:

```
git clone -b <branch> <remote_repo>
```
With Git 1.7.10 and later, add --single-branch to prevent fetching of all branches. Example, with development branch:
```
git clone -b dev --single-branch https://github.com/username/mobile-wallet.git`
```
* **master**
The master branch contains all the stable and bug-free working code. The development branch once complete will be merged with this branch.
### [Branch Policy](https://github.com/openMF/mobile-wallet/wiki/Branch-Policy)

### Demo credentials
Fineract Instance: demo.mifos.io
Expand Down

0 comments on commit 2f0d876

Please sign in to comment.