Skip to content

Instantly share code, notes, and snippets.

View sarices's full-sized avatar

zhengweidong sarices

  • 中国
  • 07:21 (UTC +08:00)
View GitHub Profile
@sarices
sarices / 0_reuse_code.js
Last active August 29, 2015 14:21
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console

分支管理

最少有三个长期分支

  • master: 用于生产环境部署
  • testing: 用于测试环境测试
  • dev: 用于日常开发

有一些临时分支