Contributors
Contributing to the SDK.
Last updated
Contributing to the SDK.
Last updated
git clone https://github.com/DIGITALAX/KinoraSDKgit checkout -b <branch_name>git add .
git commit -m "Description of the changes"git push origin <branch_name>git checkout <branch_name>
git pull upstream main