Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.
zunda edited this page Jan 20, 2013 · 31 revisions

疑問点

  • README.mdからファイルへのリンクのURLはどうするべき?
  • ブランチ
    • ぽこぽこブランチを切ってあとで整理する派
    • trunk、devくらい派

しらべたこと

GitHub APIのうち、レポジトリに関すること http://developer.github.com/v3/repos/

とってきたいレポジトリのユーザー名のリストと組織のリストを与える必要がある

ページネートされてる場合もある?

Status: 200 OK
Link: <https://api.github.com/resource?page=2>; rel="next",
      <https://api.github.com/resource?page=5>; rel="last"
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4999

gitのコミットメッセージの書き方

https://github.com/gitster/git/blob/master/Documentation/SubmittingPatches

Describe your changes in imperative mood, e.g. "make xyzzy do frotz" instead of "[This patch] makes xyzzy do frotz" or "[I] changed xyzzy to do frotz", as if you are giving orders to the codebase to change its behaviour. Try to make sure your explanation can be understood without external resources. Instead of giving a URL to a mailing list archive, summarize the relevant points of the discussion.

Clone this wiki locally