Skip to content

Instantly share code, notes, and snippets.

View cungen's full-sized avatar
🎯
Focusing

cungen cungen

🎯
Focusing
View GitHub Profile
@caseylai
caseylai / git-flow helper.md
Created August 13, 2014 10:13
Git 开发流程规范(试用版)

#Git 开发流程规范(试用版)

为规范Git在版本控制方面的使用,引入工具git-flow进行分支管理

安装 git-flow

Mac OS X

brew install git-flow
@lancejpollard
lancejpollard / node-folder-structure-options.md
Created November 28, 2011 01:50
What is your folder-structure preference for a large-scale Node.js project?

What is your folder-structure preference for a large-scale Node.js project?

0: Starting from Rails

This is the reference point. All the other options are based off this.

|-- app
|   |-- controllers
|   |   |-- admin