Repository Branches - gpdoud/ams-client GitHub Wiki

Repository Branches

Most developers are familiar with the master branch in Git and GitHub. For the AMS project, the master branch holds the 1st version of the software. It must remain intact so any issues with the version can be reproduced and fixed.

From master, the dev1 branch has been created. This is the branch that will be the next version of the software. All should create their individual development branches from dev1 not master.

Once all the changes to merged into dev1 and tested, dev1 will be merged back into `master'