Skip to content

Instantly share code, notes, and snippets.

View mukkachaitanya's full-sized avatar
:electron:
Focusing

Chaitanya Mukka mukkachaitanya

:electron:
Focusing
View GitHub Profile
@mukkachaitanya
mukkachaitanya / git-workflow.md
Created July 1, 2017 16:32 — forked from forest/git-workflow.md
Git Feature Branch Workflow

We subscribe to the Git Featrue Branch workflow, briefly described in that link.

In practice, it works as follows:

FEATURE DEVELOPMENT

Steps to Follow:

  1. Start with an updated local development branch -- by checking out the dev branch and pulling changes:
    git checkout development
    git pull origin development
@mukkachaitanya
mukkachaitanya / README-Template.md
Created July 18, 2016 07:07 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisities