base every new feature branch on a commit of master create a dev branch on a commit of master when you need to see how your feature branch integrates with new changes in master, merge both master and the feature branch into dev. Do not commit into dev directly, use it only for merging other branches. For example, if you are working on feature A …



