There is a custom script in this repository to aid the development. Here are some of the custom commands:
./execute -help
. Show the full information about the script. Run this command to know other commands../execute -push
. Push the current branch to remote origin../execute -pull
. Pulls the current branch and prunes other branches from remote origin../execute -test [-suitename <suitename>]
. Run certain tests indicated by a configuration. Suite name can beunit:front
to run the front-end tests,unit:back
to run common back-end tests, or others../execute -test [-suitename <suitename>] -watch
. Same as above yet it watches the files related to the tests.
When doing pair programming, it is recommended to attach the co-authors. Below are examples of what to add at the end of the messages.
Co-authored-by: Angelo Magtoto <[email protected]>
Co-authored-by: AteKitty07 <[email protected]>
Co-authored-by: IKnightSKyl <[email protected]>
Co-authored-by: Jarlem Red de Peralta <[email protected]>
Co-authored-by: Kenneth Trecy Tobias <[email protected]>