Skip to content

Instantly share code, notes, and snippets.

View suessflorian's full-sized avatar

Florian Suess suessflorian

View GitHub Profile
@suessflorian
suessflorian / part1.md
Created March 16, 2018 04:37 — forked from vlandham/part1.md
Feature Branches and Pull Requests : Walkthrough

Here's a little walkthrough of how Yannick and I are using feature branches and pull requests to develop new features and adding them to the project. Below are the steps I take when working on a new feature. Hopefully this, along with watching the process on Github, will serve as a starting point to having everyone use a similar workflow.

Questions, comments, and suggestions for improvements welcome!

Start with the latest on master

When starting a new feature, I make sure to start with the latest and greatest codebase:

git checkout master