ユーザ用ツール

サイト用ツール


lang:git

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
lang:git [2025/09/09 00:03] – [編集手順] editorlang:git [2025/09/09 00:17] (現在) editor
行 13: 行 13:
  
 ---- ----
-==== git サーバ構築 ==== +===== git サーバ構築 ===== 
-git サーバは、更新情報のみの bare と実ファイルするの nonbare 二つが必要+更新情報のみの repository (bare作成し、 
 +それが git サーバになる。 
 +local git で repository と同期する。 
 + 
 +==== bare git 構築 ==== 
 +  mkdir ownedGit 
 +  cd ownedGit 
 +  git init --bare --shared 
 + 
 +==== local git ==== 
 +=== git サーバと同一マシン場合 === 
 +  git clone "path_To_ownedGit" 
 +   
 +=== git サーバと別マシンの場合 === 
 +  git clone ssh://userName@gitServerAddress/"path_To_ownedGit" 
 + 
 + 
 +==== git サーバの確認 ==== 
 +  git remote -v 
 +   
 +==== git サーバの解除 ==== 
 +  git remote remove "repositoryName" 
 + 
 +"repositoryName" は "git remote -v" の出力結果の1列目。default は、"origin"
lang/git.1757376217.txt.gz · 最終更新: by editor

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki