- Clone this repository by running the following in a terminal / Use Github Desktop.
git clone https://github.com/abbyspeed/EcoNex.git .
- Change to your branch,
// check available branches
$ git branch -r
// switch to your branch
$ git checkout branch_name
I have already created some branches for you. You can see the list of branches from the repository page on the dropdown menu
- Don't push to main branch directly.
- Work only on your branch.
- Then create a pull request to merge your branch with main branch.
- Check your current branch before developing and pushing to remote.
// check current branch
$ git branch
- Notify others then they can review your code and merge it with main branch.
- If you create a new controller, you must add the package name to base-package. Separate previous package names with comma.