Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
戴铭 edited this page May 31, 2014 · 15 revisions

#开发注意事项

#用到的第三方库

#GitHub常用操作 ###GitHub使用指南

###Issue的操作 commit时备注可以操作GitHub里的issue。"#xxx"(Issue编号)
如果修改是解决了一个issue的问题可以使用 Fixed #3 这样的格式,#3表示的是#3的issue。这样push到服务器上就能够自动close那个issue了。如果是Fix #3 就能够将提交信息列在issue里但是不close issue,表示解决中未完成。下面列出各种操作

  • fixes #xxx
  • fixed #xxx
  • fix #xxx
  • closes #xxx
  • close #xxx
  • closed #xxx

举例:$ git commit -m "Fixed #1: -help should be --help."

###Fork的操作 可以参考此帖http://ruby-china.org/topics/5160

###核心成员共享模式

  • push前先pull
  • git pull
  • git pull = git fetch + git merge
  • 如果冲突调用工具:git mergetool
  • 如果冲突没有弄好可以一切重来:git reset --hard

#RSS来源整理 RSS源分类整理

Clone this wiki locally

AltStyle によって変換されたページ (->オリジナル) /