Follow these steps for adding a feature or fixing a bug. This will update the master branch on github (origin master)
- pull the master branch from github
- checkout and create a branch.
- do all work on the feature branch
- run devtool's package checker on feature branch to make sure everything is working
- checkout the master branch
- pull any changes from github
- merge the feature branch
- push your changes to github
- remove the feature branch