[過去ログ]
バージョン管理システムについて語るスレ3 (1001レス)
バージョン管理システムについて語るスレ3 http://echo.5ch.net/test/read.cgi/tech/1228366972/
上
下
前
次
1-
新
通常表示
512バイト分割
レス栞
このスレッドは過去ログ倉庫に格納されています。
次スレ検索
歴削→次スレ
栞削→次スレ
過去ログメニュー
862: デフォルトの名無しさん [sage] 2009/04/28(火) 16:59:05 >>794 多ブランチがなにをいいたいのかさっぱりわからんのだが ひとつのリポジトリに複数の関連のないプロジェクトをいれられるかどうかという話なら git でもできる mkdir project; cd project; git init; echo pu > 1.txt; git add 1.txt; git commit -m '1'; cd .. mkdir another; cd another; git init; echo pe > 2.txt; git add 2.txt; git commit -m '2'; cd .. cd project; git remote add another ../another; git remote update; git checkout another another/master; git remote rm another; cd ..; rm -rf another こうしとけば project のリポジトリに master と another のまったく別のプロジェクトが同居してる状態になる あとは git checkout でいくらでも移動できる git remote つかわなくてもできそうだな... http://echo.5ch.net/test/read.cgi/tech/1228366972/862
メモ帳
(0/65535文字)
上
下
前
次
1-
新
書
関
写
板
覧
索
設
栞
歴
あと 139 レスあります
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.019s