Skip to content

Instantly share code, notes, and snippets.

View dodangquan's full-sized avatar

Đỗ Đăng Quân dodangquan

View GitHub Profile
@dodangquan
dodangquan / GitHub-Project-Guidelines.md
Created July 22, 2019 06:40 — forked from rsp/GitHub-Project-Guidelines.md
Git Strict Flow and GitHub Project Guidelines - setup rules and git flow for commercial and open-source projects by @rsp

Git Strict Flow and GitHub Project Guidelines

Or how to turn this:

into this:

@dodangquan
dodangquan / build.sh
Created February 27, 2019 01:53 — forked from bobbytables/build.sh
Protocol Buffer build script for multiple folders
#!/usr/bin/env bash
# This script is meant to build and compile every protocolbuffer for each
# service declared in this repository (as defined by sub-directories).
# It compiles using docker containers based on Namely's protoc image
# seen here: https://github.com/namely/docker-protoc
set -e
REPOPATH=${REPOPATH-/opt/protolangs}
CURRENT_BRANCH=${CIRCLE_BRANCH-"branch-not-available"}