- Fork nipo project to your repository (https://github.com/bashsiz/nipo)
- Clone Project to your local.
- Change Your branch to
dev
. - Change/Update Project in
dev
branch. - Push your changes to
dev
branch in remote. - Send your PR (Pull Request) with Complete details.
- Add remote
git remote add upstream https://github.com/bashsiz/nipo.git
for updated your forked. - For Check and update your forked before change code using
git fetch upstream
-git merge upstream/dev
-git merge upstream/main
. - After change in evry files add/commit your changes.