You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Developer will ensure they have pulled the latest master branch or chosen an earlier commit to branch from
Developer will create a feature branch from that specific commit
Developer will proceed to work on his branch
Occasionally, developer will need to merge changes from master branch (or whichever parent branch they prefer) into their own feature branch. This will help with merge conflicts resolved being merging into master.
When ready, tested, and containing the latest master branch in their own feature branch, developer can switch to master branch and merge their feature branch into master using the pull-request model in github.
Please comment with which issue you are tackling in your feature branch name and/or the pull-request.