ユーザ用ツール

サイト用ツール


lang:git

差分

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

この比較画面へのリンク

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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki