We recently shipped a new About section. It has all sorts of stuff like high resolution logos, pictures of the GitHub team, a little bit about our story, recent press mentions and maybe most importantly positions we're hiring for. It's awesom... 続きを読む
A month after launching, GitHub hosted one thousand repositories. Three years later, we host over three million. In the same time we've gone from one thousand users to over a million. This type of scaling presents some interesting technical c... 続きを読む
Git's HTTP protocol just upped it a few notches on the ol' IQ test. As discussed in detail on the Pro Git blog, Git supports a new, much more efficient HTTP based transport as of version 1.6.6. Well, now GitHub supports that new protocol as w... 続きを読む
皆さん既に知ってたら御免なさい。ずっと知らなかったのでgithubには手を付けてませんでした。 githubは、cloneするとき # git clone git://github.com/yappo/konnitiwa.git の代わりに # git clone http://github.com/yappo/konnitiwa.git とgitをhttpにすると... 続きを読む
Today blogging company Six Apart released their TypePad Developer Platform. It’s been covered on TechCrunch and on the TypePad blog, but the reason I’m writing is they’ve put GitHub front and center. Six Apart VP of Services David Jacobs s... 続きを読む
id:typester さんの発言 を見て github-growler なるものがあることを知る。宮川さん作。 で、さっそく設定をしてみた。 ソースは github からダウンロード。(ここ) git clone http://github.com/miyagawa/github-growler.git cd github-growler perl github-gr... 続きを読む
少し探してみたけれど、なかったので作ってみました。 http://github.com/dann/gitz/blob/d1d637951ebb023c4716fb1a49891511ac3006fd/gitz.pl 使い方 Usage: gitz.pl todo --project angelos gitz.pl close --project angelos gitz.pl add --title XXX --body Y... 続きを読む
It gives us great pleasure to announce our integrated issue tracking system! On repository pages you’ll now see an “Issues” tab in the top menu. Here’s a quick rundown of the features: Deal with your issues just like you deal with email (... 続きを読む
GithubのユーザページでJekyllが使われる様になりました。 GitHub Pages Upgraded to Jekyll 0.5.0 - GitHub I just released Jekyll 0.5.0 which contains a huge overhaul that allows you to specify options in a _config.yml file. GitHub Pages will hono... 続きを読む
アカウントとったものの全く使っていなかった GitHub、ようやく使い始めました。 http://github.com/ziguzagu/ ひとまず、いくつかやりたいことができたので HTML::Split モジュールのコードを push。 「ひとまず」とかいっても、そもそも世に公開できるものを... 続きを読む
Source for the YUI 2.x codeline and the YUI 3.x codeline have joined YUI Doc on GitHub. Major congratulations are due to Dav Glass, who has led this process for us. YUI has been accepting external contributions since last summer, but the move... 続きを読む
git/github を使い始めてほぼ1週間ぐらい。よくできた分散SCMだなぁ、とおもう。とくに rebase とか stash なんか、svk でももちろんできるけどこういう機能が最初からついてるのは素敵。 で、github にプロジェクトをおいておくと fork ボタンがあってすぐに ... 続きを読む