Skip to content

Instantly share code, notes, and snippets.

@mgrouchy
Created November 23, 2011 03:25
Show Gist options
  • Save mgrouchy/1387806 to your computer and use it in GitHub Desktop.
Save mgrouchy/1387806 to your computer and use it in GitHub Desktop.

SWIX Git Development Flow

Developing code at SWIX is a collaborative exercise. The idea is to....(write more about this here)

Create a topic branch

After you choose an issue or feature you want to work on you should create a topic branch to work on that feature in isolation.

Git checkout -b topic_branch_name

Create a pull request

Get someone to review your code.

Merge our code into master

????

Profit(deploy)!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment