Open inCIDR opened 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.
+1
Master branches should only be used to for milestones - i.e after every sprint or something like that.
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.