windows:git

no way to compare when less than two revisions

差分

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


前のリビジョン
次のリビジョン
windows:git [2023/09/28 13:32] – [Git - 分散型バージョン管理システム] ともやん
行 1: 行 1:
 +====== Git - 分散型バージョン管理システム ======
  
 +===== Git For Windows =====
 +本家: [[https://gitforwindows.org/|Git for Windows]]\\
 +
 +==== Git for Windows SDK ====
 +[[https://github.com/git-for-windows/git-sdk-64|git-for-windows/git-sdk-64: A Git repository mirroring the current 64-bit Git for Windows SDK]]\\
 +
 +==== 参考文献 ====
 +[[https://neos21.hatenablog.com/entry/2018/10/11/080000|Git For Windows よりコマンドが豊富な Git For Windows SDK を試してみる - Corredor]]\\
 +[[https://github.com/git-for-windows|Git for Windows]]\\
 +
 +===== Git for Windows のダウンロード =====
 +  - [[https://gitforwindows.org/|Git for Windows]] より [[https://github.com/git-for-windows/git/releases/download/v2.22.0.windows.1/Git-2.22.0-64-bit.exe|Git-2.22.0-64-bit.exe]] をダウンロードする。
 +
 +===== Git for Windows のインストール =====
 +  - ダウンロードした Git-2.22.0-64-bit.exe を実行する。\\ {{:windows:git_for_windows_001.png?400|Git for Windows 001}}
 +  - [Next >] ボタンをクリックして行き、インストールを進める。
 +
 +===== Git for Windows の動作確認 =====
 +コマンドプロンプトより以下のコマンドを実行する。\\
 +<code>
 +> git --version
 +git version 2.22.0.windows.1
 +</code>
  • windows/git.txt
  • 最終更新: 2023/09/28 18:31
  • by ともやん