Git世間的に「Gitはコミットログを書き換えられてキモい」と言われ、肩身が狭いので git-rebase の説明を書いてみた。git help から引用まずは基本に忠実に、ヘルプを読みましょう。git help rebase SYNOPSIS git rebase [-i | --interactive] [options] [--ont... 続きを読む
git 基本操作ワークディレクトリに変更がないか確認 git statusコミット対象ファイルをインデクスに追加 git add ファイル名カレントディレクトリ以下の全コミット対象ファイルをインデクスに追加 git add .git addしたものを消す git rm --cached ファイル名gi... 続きを読む
BeanstalkでPHPをGitでデプロイできるそうなのでどんなことができるのかやってみました。 背景 以下のことを調査したかった BeanstalkでPHPのフレームワークの利用 利用した時の感触 Gitでのデプロイによって開発のサイクルを回しやすくしたい CakePHPでのサン... 続きを読む
1 RT
RT @elf:
Copyright © 2011 Ordered List Inc. All slide content and descriptions are owned by their creators. F.A.Q. Terms of Service Privacy Policy 続きを読む
tbaggery - A Note About Git Commit Messages A successful Git branching model » nvie.com Commit Often, Perfect Later, Publish Once—Git Best Practices だいたいこれらに書いてあることを考えている。基本的にGit Successful Branch Modelで運用する。g... 続きを読む
detached HEADって言う名前で入門Gitにも書いてあるんだけど、そういうことが起こりうるってメンタルモデルができてないと起きていることにすら気づかないので書いておく。まず説明用のリポジトリを用意します。 t$ git init Initialized empty Git repository ... 続きを読む
git今,フォークしたリポジトリのリモートブランチだけがある. git remote origin 本家のリモートリポジトリの短縮名を登録する. git remote add github git://github.com/D-Programming-Language/dmd.git 本家の更新をローカルで反映させる. git pull --reb... 続きを読む
2010年11月23日火曜日 【翻訳】あなたの知らないGit Tips Mislav Marohnićさんの "A few git tips you didn't know about" を翻訳しました。 元記事はこちら: http://mislav.uniqpath.com/2010/07/git-tips/ (翻訳の公開は本人より許諾済みです) 翻訳の間違... 続きを読む
Prerequisites To follow this procedure, you must: be a member of the docs-publishers group have a local copy of the book checked out from the book's git or SVN repo Preparation Documents produced with versions of Publican prior to 2.5 are not... 続きを読む
ganglia (Ganglia Development Team) You’re not logged in! Login Pricing & Signup Name Ganglia Development Team Website/Blog http://ganglia.info Member Since Aug 10, 2010 (10 days) 続きを読む
yukiです。 空前のGitブームもだいぶ落ち着き、最近はGit記事をあまり見かけなくなりましたが、今日は空気を読まずにGit、それもgit-svnについて利用例を挙げつつご紹介しようと思います。 さらっと紹介されている記事は多いのですが、実際にこう使っている、な... 続きを読む
This is an in-progress translation. To help translate the book, please fork the book at GitHub and push your contributions. 続きを読む
LinuxカーネルやRuby on Rails、Perlなど、近年多くの大規模プロジェクトで採用されているバージョン管理システムが「Git」だ。Gitには非常に多数のコマンドが用意されているが、日常的に使用するコマンドは20個程度と言われている。本記事では、Gitを使いこな... 続きを読む
もともとはLinuxカーネル用のバージョン管理システムとして開発されたこともあって、GitのWindowsサポートは若干遅れている。特に日本語環境で利用する場合は設定などに注意が必要だ。そこで本記事では、Windows環境でGitを利用する方法およびその設定方法、そ... 続きを読む
Posted: 2008年10月25日 | Filed under: ドキュメント | Tags: CheatSheet, Git, チートシート, 翻訳 | バージョン管理システムには、会社でも自宅でもSubversionを使うことが多いのですが、Git、Mercurialといった分散バージョン管理システムもぼちぼち使い始... 続きを読む
The following tables compare general and technical information for notable revision control and software configuration management (SCM) software. This article is not all-inclusive and may become out of date quickly. 続きを読む
Version Control System Comparison This is a comparison of version-control systems. It is split into several categories and sub-categories under which the systems are checked. Timestamp: $Id: scm-comparison.xml 322 2008-08-09 05:47:26Z shlomif... 続きを読む
レベル: 中級Eli M. Dow (emdow@us.ibm.com), Software Engineer, IBM 2006年 6月 29日 2006年 7月 06日 更新 Git は、Linus Torvalds が開発した、Linux® カーネルの開発を管理する上で役立つオープン・ソースのリビジョン・コントロール・ソフトウェアです。... 続きを読む