IntroductionThis document summarizes the initial research for adding distributed version control as an option for Google Code. Based on popularity, two distributed version control systems were considered: Git and Mercurial. This document desc... 続きを読む
I've been wondering whether there is a good "git export" solution that creates a copy of a tree without the .git repository directory. There are at least three methods I know of: git clone followed by removing the .git repository directory. g... 続きを読む
The Differences Between Mercurial and Git I realized recently that I've been using distributed revision control for several years now. It's always been an exciting landscape for me, although it's been a bit lonely. I used gnu arch for most of... 続きを読む
Everyone’s up in arms to embrace distributed version control as the new must-have tool for the developer in the know. Though many people have not yet migrated from Subversion, those that have almost invariably extoll the virtues of their par... 続きを読む
バージョン管理ツールGitの基礎練習です。 Windows XPのコマンドプロンプトでGitの基本的なコマンドを動かしていきます。 Gitを学び始めるきっかけにどうぞ。 目次 はじめに ダウンロードとインストール ファイルをGitの管理下に置きましょう 新しいファイルを... 続きを読む
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 (... 続きを読む
Monday, April 06, 2009 Mercurial, Subversion, and Wesley Snipes People keep asking me why I don't talk more about Mercurial in this series of blog entries. There's a simple answer to that question: Mercurial isn't very interesting. Wait, tha... 続きを読む
This repository is private. All pages are served over SSL and all pushing and pulling is done over SSH. No one may fork, clone, or view it unless they are added as a member. Every repository with this icon () is private. This repository is pu... 続きを読む
Github: Making Code More Social by Brady Forrest | comments: 2 Github launched less than a year ago, but it's already making an impact on how open-source software is being created. Rails was there from day one, kick-starting the social softwa... 続きを読む
@@ -19,4 +19,4 @@ * [[Git - Fast Version Control System(本家)|http://git.or.cz/]] * [[dW: Git を使ってソース・コードを管理する|http://www-06.ibm.com/jp/developerworks/linux/060809/j_l-git.shtml]] * [[git: Linux Kernelのためのバージョン管理シ... 続きを読む