Skip to content

Instantly share code, notes, and snippets.

View visiover's full-sized avatar

Maher Mhiri visiover

View GitHub Profile
@visiover
visiover / simver.md
Last active September 20, 2017 13:30
simVersion

A simple, pragmatic versioning convention.

In a sense, this is a subset of SemVer, but with slightly different semantics.

Series

An API has two series of releases: feature-complete, and feature-incomplete.

@visiover
visiover / gitworkflow.md
Last active September 20, 2017 13:15
gitworkflow

Introduction

Multiple git workflow exists. Choosing the right git workflow depends on the type of project, the team size, the deployment frequency and the deployment environement.


Most used git workflows

  • Centralized workflow
  • Feature branch workflow
  • Forking workflow