Windows & .NET PCハードウェア データベース オープンソース & LL Linux & Mac ネットワーク セキュリティ Java UI & Webサービス IT戦略 ITインフラ アーキテクチャ & 品質 プロジェクト管理 仕事の改善/ライフハック マーケティング & 販売 業務/Bizア... 続きを読む
GitHub がオープンソースの場として魅力的な理由は、Git という優れた分散・協調型リビジョン管理システムのリポジトリー・ザーバーとして誰でも利用できるということはもちろん、README などのドキュメント生成機能やコメンティング機能、問題のトラッキング機... 続きを読む
最近のJavaScript関連のものは、配布やテスト等諸々のためにnpm’s package.jsonがレポジトリに一緒に置いてあることが増えてきていると思います。その中でJavaScriptで書かれたツールではEsprimaやsocket.io等のモジュールがpackage.jsonのdependenciesに含ま... 続きを読む
git-browse-remote というコマンドです。 インストール 今回はじめて RubyGems としてシェアさせていただきましたので gem install git-browse-remote でインストールできます。git browse-remote というサブコマンドが使えるようになります。 できること 現在... 続きを読む
Synchronize branches The sync button pushes your chages to GitHub and pulls down other’s changes in one operation. It notifies you know when you have changes you haven’t pushed or there are new changes on GitHub you haven’t pulled down. 続きを読む
GitHub: remove canonical By azu_re — Last update 10 hours ago — Installed 4 times. 続きを読む
みなさん、Git使ってますか?僕はまだメインのVCSがSubversionなのもあって、なかなか慣れません。せっかくGitを使っているのに、ちょっと不便なSubversionくらいの位置づけです。でも、同じような理解度の人って多いんじゃないでしょうか。 一方で、最近はGitH... 続きを読む
Git, github, tipsgithubというかgitosisはsshの鍵でユーザを判定します。設定の仕方はhelpでも見てくだしあ。Help.GitHub - Set Up Git (OSX)Help.GitHub - Set Up Git (Windows)Help.GitHub - Set Up Git (Linux)自分のgithubユーザとして色んなマシンからgit... 続きを読む
Loading… Flash Player 9 (or above) is needed to view presentations. We have detected that you do not have it on your computer. To install it, go here. モデルから知るGit - Presentation Transcript Git2011 3 9 (id:hiratara) • (id:hiratara)••... 続きを読む
Dismiss Octotip: You've activated the file finder by pressing t Start typing to filter the file list. Use ↑ and ↓ to navigate, enter to view files. 続きを読む
Honza Pokorny - 7 ways Github has changed the open source world http://honza.ca/2011/03/7-ways-github-has-changed-the-open-source-world/ いまやオープンソース・プロジェクトの大半が利用しているGitHub(ギットハブ)。このGitHubがオープンソースの... 続きを読む
2011年2月20日日曜日 github で pull request をされたとき・するときの手順 github に自分のリポジトリを公開していると、たまに pull request をされることがあります。また逆に、他人のリポジトリのコードを使っていて、どうしても気になるバグを見つけて修... 続きを読む
GitHub には username.github.com というサブドメインでユーザページを作ることができます。最近知りました。GitHub Pages に説明が載っています。 私もさっそく作ってみました。 ユーザページの作り方 username.github.com というリポジトリを作って、master ... 続きを読む
■ Subversion ユーザーが GitHub を使ってみたよ (その2: 他人のプロジェクト編) 前回は GitHub で1つの公開リポジトリを使う場合について書いた。これで git pull / push を使ったリモートリポジトリとの連携についての基本が分かった。 今回は他人が公開して... 続きを読む
■ Subversion ユーザーが GitHub を使ってみたよ (その1: 自分のプロジェクト編) 目次 書いていたら長くなったので、複数の日記に分けて書く。 Gitを使ってみた 基本操作編 GitHubを使ってみた その1: 自分のプロジェクト編 ← 今回 GitHubを使ってみた その2:... 続きを読む
The Git User's Survey 2008 is up!. Please take a short while to answer the questions so that we better understand how you use Git, and improve it even more. Gitorious aims to provide a great way of doing distributed opensource code collaboration 続きを読む
This guide covers basic git settings you should set before making any commits Setting user name and email globally in git Git needs to know your username and email address to properly credit your commits. Setting this setting will also let Gi... 続きを読む
Picking up where Kyle left off in his Branch List post, we're all very excited to announce a new feature designed to ease the process of comparing two points in a repository's history. It's called GitHub Compare View and it's going to change ... 続きを読む
Gitをというよりバージョン管理システム自体をちゃんとやった事がなかったのでGitを導入してみることにした。 Gitは分散型バージョン管理システムで最近流行っているそうだ。 WindowsでのGit環境構築とその注意点 – SourceForge.JP Magazine http://sourceforg... 続きを読む