jxtang0920 / EC601cancer_detection

0 stars 2 forks source link

Please use your dev branches #21

Open inCIDR opened 6 years ago

inCIDR commented 6 years ago

It's good github practice to make changes on your individual dev branches then merging to dev/master to get the code all together. Making all your changes to master is one of the biggest ways to screw up your Github.

anishasthana commented 6 years ago

+1

Master branches should only be used to for milestones - i.e after every sprint or something like that.