Fastest way to build, submit, and update iOS and Android apps
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
$ eas branch:create [NAME] [-f] ARGUMENTS NAME Name of the branch to create FLAGS -f, --fromLatest Branch from latest DESCRIPTION create a branch ALIASES $ eas branch:create ``` _See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.0.1/packages/eas-cli/src/commands/branch/create.ts)_ ## `eas branch:delete [NAME]` delete a branch ``` USAGE $ eas branch:delete [NAME] ARGUMENTS NAME Name of the branch to delete DESCRIPTION delete a branch ``` _See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.0.1/packages/eas-cli/src/commands/branch/delete.ts)_ ## `eas branch:list` list all branches ``` USAGE $ eas branch:list DESCRIPTION list all branches ``` _See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.0.1/packages/eas-cli/src/commands/branch/list.ts