Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 430 Bytes

File metadata and controls

10 lines (6 loc) · 430 Bytes

CS3343 Software Engineering Practice Project - Group18

Java testing program

Git Practice Guide

To do a development, should create a feature branch from develop. E.g. feature/abc The develop and master branch are protected. You could not commit/push into them directly. When you want to merge you feature branch into develop, you should create a pull request on GitHub and assign a reviewer to approve merging