Skip to content

GettingStarted

Dave Joyce edited this page Sep 15, 2016 · 2 revisions

A quick reference guide for members of the OSFramework Project Committers team and other GitHub members who may want to submit pull requests.

Development Environment

Requirements

Optional

First Steps

  1. Clone rest-protobuf to your local machine

  2. Initialize git-flow in your local repository

     $ git flow init
     $ git checkout develop
    

Clone this wiki locally